{"kind":"header","version":1,"testName":"recording","recordedAt":"2026-05-14T10:00:39.214Z"}
{"kind":"tool-call","stepId":1,"agentRole":"planner","toolName":"add-plan-item","input":{"summary":"A minimal workflow with a Manual Trigger connected to a Set node, named \"full execution test\".","assumptions":["The Set node requires no specific fields configured — it will be added as-is for testing purposes."],"item":{"id":"wf-manual-set","name":"full execution test","purpose":"A simple workflow triggered manually that passes data through a Set node. Intended for testing full execution runs within n8n.","integrations":[],"triggerDescription":"Manual trigger","dependsOn":[],"kind":"workflow"}},"output":{"result":"Added: Build 'full execution test' workflow (1 item total)"}}
{"kind":"tool-call","stepId":2,"agentRole":"planner","toolName":"add-plan-item","input":{"item":{"id":"chk-manual-set","title":"Verify 'full execution test' workflow runs successfully","instructions":"Use verify-built-workflow with the work item ID from the build outcome. Confirm the workflow runs without errors and data passes through the Set node, producing at least one output item.","dependsOn":["wf-manual-set"],"kind":"checkpoint"}},"output":{"result":"Added: Verify 'full execution test' workflow runs successfully (2 items total)"}}
{"kind":"tool-suspend","stepId":3,"agentRole":"planner","toolName":"submit-plan","input":{},"output":{"payload":{"requestId":"s2S4Hg1fT-c_ocRtACZin","message":"Review the plan (2 tasks) before execution starts.","severity":"info","inputType":"plan-review","tasks":{"tasks":[{"id":"wf-manual-set","description":"Build 'full execution test' workflow","status":"todo"},{"id":"chk-manual-set","description":"Verify 'full execution test' workflow runs successfully","status":"todo"}]},"planItems":[{"id":"wf-manual-set","title":"Build 'full execution test' workflow","kind":"build-workflow","spec":"A simple workflow triggered manually that passes data through a Set node. Intended for testing full execution runs within n8n.\nTrigger: Manual trigger\n\nAssumptions:\n- The Set node requires no specific fields configured — it will be added as-is for testing purposes.","deps":[]},{"id":"chk-manual-set","title":"Verify 'full execution test' workflow runs successfully","kind":"checkpoint","spec":"Use verify-built-workflow with the work item ID from the build outcome. Confirm the workflow runs without errors and data passes through the Set node, producing at least one output item.","deps":["wf-manual-set"]}]}},"suspendPayload":{"requestId":"s2S4Hg1fT-c_ocRtACZin","message":"Review the plan (2 tasks) before execution starts.","severity":"info","inputType":"plan-review","tasks":{"tasks":[{"id":"wf-manual-set","description":"Build 'full execution test' workflow","status":"todo"},{"id":"chk-manual-set","description":"Verify 'full execution test' workflow runs successfully","status":"todo"}]},"planItems":[{"id":"wf-manual-set","title":"Build 'full execution test' workflow","kind":"build-workflow","spec":"A simple workflow triggered manually that passes data through a Set node. Intended for testing full execution runs within n8n.\nTrigger: Manual trigger\n\nAssumptions:\n- The Set node requires no specific fields configured — it will be added as-is for testing purposes.","deps":[]},{"id":"chk-manual-set","title":"Verify 'full execution test' workflow runs successfully","kind":"checkpoint","spec":"Use verify-built-workflow with the work item ID from the build outcome. Confirm the workflow runs without errors and data passes through the Set node, producing at least one output item.","deps":["wf-manual-set"]}]}}
{"kind":"tool-resume","stepId":4,"agentRole":"planner","toolName":"submit-plan","input":{},"output":{"approved":true},"resumeData":{"approved":true}}
{"kind":"tool-call","stepId":5,"agentRole":"orchestrator","toolName":"plan","input":{},"output":{"result":"Plan approved and 2 tasks dispatched."}}
{"kind":"tool-call","stepId":6,"agentRole":"workflow-builder","toolName":"build-workflow","input":{"code":"\nimport { workflow, trigger, node } from '@n8n/workflow-sdk';\n\nconst manualTrigger = trigger({\n  type: 'n8n-nodes-base.manualTrigger',\n  version: 1,\n  config: { name: 'Manual Trigger' }\n});\n\nconst setNode = node({\n  type: 'n8n-nodes-base.set',\n  version: 3.4,\n  config: {\n    name: 'Set',\n    parameters: {\n      mode: 'manual',\n      assignments: {\n        assignments: []\n      }\n    }\n  }\n});\n\nexport default workflow('wf-manual-set', 'Full Execution Test')\n  .add(manualTrigger)\n  .to(setNode);\n","name":"Full Execution Test"},"output":{"success":true,"workflowId":"3pXwEcKDq8EMByAi"}}
