{
  "version": 0,
  "entry": "open",
  "blocks": {
    "open": {
      "type": "prSourceMonitorOpenProjectItem",
      "inputs": {
        "item": "\\Footage\\Interview",
        "onError": "RETURN_FALSE",
        "storeResultIn": "opened"
      },
      "next": "seekIfOpened"
    },
    "seekIfOpened": {
      "type": "if",
      "inputs": {
        "branches": [
          {
            "condition": {
              "var": "opened"
            },
            "body": [
              {
                "type": "prSourceMonitorSetPosition",
                "inputs": {
                  "positionSeconds": 12.375,
                  "onError": "RETURN_FALSE",
                  "storeResultIn": "positioned"
                }
              }
            ]
          }
        ]
      }
    }
  }
}
