{
  "name": "Reusable and independently testable sub-workflow",
  "nodes": [
    {
      "id": "40b39083-5786-47f8-b46f-31617d3c1e18",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        224,
        208
      ]
    },
    {
      "id": "1b8c3f08-b677-4a2a-8cc4-1a9ec1d2a979",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "0ccdd511-857a-4173-9dd3-9dcbafaaf8d3",
      "name": "Test Input",
      "type": "n8n-nodes-base.set",
      "position": [
        224,
        0
      ]
    },
    {
      "id": "4da32de9-6b05-4a26-9d67-eae677dbcbfe",
      "name": "Combine Input",
      "type": "n8n-nodes-base.set",
      "position": [
        448,
        112
      ]
    },
    {
      "id": "e5cdecb7-1e03-4010-8cdb-ddf39220b2fb",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        672,
        112
      ]
    },
    {
      "id": "d7c3efc5-c495-4811-8b47-7681c67068a3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -432
      ],
      "parameters": {
        "width": 768,
        "height": 376,
        "content": "## Reusable and Independently Testable Sub-workflow\nThis n8n workflow provides a standardized structure for building and testing sub-workflows in isolation. Its purpose is to help you create robust, r"
      }
    }
  ],
  "connections": {
    "Test Input": {
      "main": [
        [
          {
            "node": "Combine Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine Input": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Combine Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Test Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}