{
  "version": 0,
  "entry": "b1",
  "blocks": {
    "b1": {
      "type": "setVar",
      "inputs": {
        "name": "selectedItems",
        "value": {
          "type": "prListSelectedTrackItems",
          "inputs": {
            "sequence": "::SEQ\\ACTIVE",
            "trackKind": "ANY",
            "kind": "CLIP"
          }
        }
      },
      "next": "b2"
    },
    "b2": {
      "type": "esConsoleLog",
      "inputs": {
        "message": {
          "type": "textJoin",
          "inputs": {
            "items": [
              "SUMMARY|workflow=inspect-selected-timeline-clips|count=",
              {
                "type": "listLength",
                "inputs": {
                  "list": {
                    "var": "selectedItems"
                  }
                }
              }
            ]
          }
        }
      },
      "next": "b3"
    },
    "b3": {
      "type": "forEachListItem",
      "inputs": {
        "list": {
          "var": "selectedItems"
        },
        "itemVar": "itemRef",
        "indexVar": "itemIndex"
      },
      "body": [
        {
          "type": "esConsoleLog",
          "inputs": {
            "message": {
              "type": "textJoin",
              "inputs": {
                "items": [
                  "ENTRY|index=",
                  {
                    "var": "itemIndex"
                  },
                  "|trackKind=",
                  {
                    "type": "prGetTrackItemProperty",
                    "inputs": {
                      "item": {
                        "var": "itemRef"
                      },
                      "property": "TRACK_KIND"
                    }
                  },
                  "|trackIndex=",
                  {
                    "type": "prGetTrackItemProperty",
                    "inputs": {
                      "item": {
                        "var": "itemRef"
                      },
                      "property": "TRACK_INDEX"
                    }
                  },
                  "|kind=",
                  {
                    "type": "prGetTrackItemProperty",
                    "inputs": {
                      "item": {
                        "var": "itemRef"
                      },
                      "property": "KIND"
                    }
                  },
                  "|start=",
                  {
                    "type": "prGetTrackItemProperty",
                    "inputs": {
                      "item": {
                        "var": "itemRef"
                      },
                      "property": "START_SECONDS"
                    }
                  },
                  "|end=",
                  {
                    "type": "prGetTrackItemProperty",
                    "inputs": {
                      "item": {
                        "var": "itemRef"
                      },
                      "property": "END_SECONDS"
                    }
                  },
                  "|projectItem=",
                  {
                    "type": "prGetTrackItemProperty",
                    "inputs": {
                      "item": {
                        "var": "itemRef"
                      },
                      "property": "PROJECT_ITEM_NAME"
                    }
                  },
                  "|itemRef=",
                  {
                    "var": "itemRef"
                  }
                ]
              }
            }
          }
        }
      ],
      "next": null
    }
  }
}
