{
  "version": 0,
  "entry": "b1",
  "blocks": {
    "b1": {
      "type": "setVar",
      "inputs": {
        "name": "sequenceRef",
        "value": {
          "type": "prGetActiveSequenceRef",
          "inputs": {}
        }
      },
      "next": "b2"
    },
    "b2": {
      "type": "setVar",
      "inputs": {
        "name": "sequenceName",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "sequence": {
              "var": "sequenceRef"
            },
            "property": "NAME"
          }
        }
      },
      "next": "b3"
    },
    "b3": {
      "type": "setVar",
      "inputs": {
        "name": "videoTrackCount",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "sequence": {
              "var": "sequenceRef"
            },
            "property": "VIDEO_TRACK_COUNT"
          }
        }
      },
      "next": "b4"
    },
    "b4": {
      "type": "esConsoleLog",
      "inputs": {
        "message": {
          "type": "textJoin",
          "inputs": {
            "items": [
              "sequenceName=",
              {
                "var": "sequenceName"
              },
              " videoTrackCount=",
              {
                "var": "videoTrackCount"
              }
            ]
          }
        }
      },
      "next": null
    }
  }
}
