{
  "version": 0,
  "execution": {
    "transactionMode": "SAFE_AUTO_COMMIT"
  },
  "entry": "b1",
  "blocks": {
    "b1": {
      "type": "setVar",
      "inputs": {
        "name": "clipRef",
        "value": "::SEQ\\ACTIVE::TRACK\\VIDEO#0::ITEM\\CLIP#0"
      },
      "next": "b2"
    },
    "b2": {
      "type": "setVar",
      "inputs": {
        "name": "opacityComponent",
        "value": {
          "type": "prGetComponentRef",
          "inputs": {
            "item": {
              "var": "clipRef"
            },
            "name": "Opacity",
            "duplicateIndex": 0
          }
        }
      },
      "next": "b3"
    },
    "b3": {
      "type": "setVar",
      "inputs": {
        "name": "opacityParam",
        "value": {
          "type": "prGetComponentParamRef",
          "inputs": {
            "component": {
              "var": "opacityComponent"
            },
            "name": "Opacity",
            "duplicateIndex": 0
          }
        }
      },
      "next": "b4"
    },
    "b4": {
      "type": "prSetComponentParamValue",
      "inputs": {
        "param": {
          "var": "opacityParam"
        },
        "value": 50,
        "onError": "STOP",
        "storeResultIn": "okSetOpacity"
      },
      "next": "b5"
    },
    "b5": {
      "type": "esConsoleLog",
      "inputs": {
        "message": {
          "type": "textJoin",
          "inputs": {
            "items": [
              "okSetOpacity=",
              {
                "var": "okSetOpacity"
              }
            ]
          }
        }
      },
      "next": null
    }
  }
}
