{
  "version": 0,
  "entry": "b1",
  "blocks": {
    "b1": {
      "type": "setVar",
      "inputs": {
        "name": "sourcePath",
        "value": "/input/renders/shot_010.mov"
      },
      "next": "b2"
    },
    "b2": {
      "type": "setVar",
      "inputs": {
        "name": "newLeafName",
        "value": {
          "type": "textJoin",
          "inputs": {
            "items": [
              {
                "type": "pathFileNameWithoutExtension",
                "inputs": {
                  "path": {
                    "var": "sourcePath"
                  }
                }
              },
              "_approved.mp4"
            ]
          }
        }
      },
      "next": "b3"
    },
    "b3": {
      "type": "renameFile",
      "inputs": {
        "path": {
          "var": "sourcePath"
        },
        "newName": {
          "var": "newLeafName"
        },
        "overwrite": true
      },
      "next": "b4"
    },
    "b4": {
      "type": "esConsoleLog",
      "inputs": {
        "message": {
          "type": "textJoin",
          "inputs": {
            "items": [
              "renamedToLeaf=",
              {
                "var": "newLeafName"
              }
            ]
          }
        }
      },
      "next": null
    }
  }
}
