{
  "version": 0,
  "execution": {
    "transactionMode": "SAFE_AUTO_COMMIT"
  },
  "entry": "insertMogrt",
  "blocks": {
    "insertMogrt": {
      "type": "prInsertMogrtFromPath",
      "inputs": {
        "path": "/path/to/template.mogrt",
        "sequence": "::SEQ\\ACTIVE",
        "timeSeconds": 0,
        "videoTrackIndex": 0,
        "audioTrackIndex": -1,
        "onError": "STOP",
        "storeResultIn": "okInsert"
      },
      "next": "logDone"
    },
    "logDone": {
      "type": "esConsoleLog",
      "inputs": {
        "message": {
          "type": "textJoin",
          "inputs": {
            "items": [
              "insertedMogrt=",
              {
                "var": "okInsert"
              }
            ]
          }
        }
      },
      "next": null
    }
  }
}
