Template JSON
{
"nodes": [
{
"id": "start-1",
"type": "start",
"label": "Start",
"x": 80,
"y": 160,
"position": {
"x": 80,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
},
{
"id": "http_request-2",
"type": "http_request",
"label": "Fetch route health",
"x": 310,
"y": 240,
"position": {
"x": 310,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false,
"url": "https://agentui.platphormnews.com/api/health"
},
"status": "idle",
"metadata": {}
},
{
"id": "docs_publish-3",
"type": "docs_publish",
"label": "Publish docs report",
"x": 540,
"y": 160,
"position": {
"x": 540,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false,
"target": "docs.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "sheet_report-4",
"type": "sheet_report",
"label": "Create sheet report",
"x": 770,
"y": 240,
"position": {
"x": 770,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false,
"target": "sheets.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "deck_summary-5",
"type": "deck_summary",
"label": "Create deck summary",
"x": 1000,
"y": 160,
"position": {
"x": 1000,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false,
"target": "decks.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "end-6",
"type": "end",
"label": "Complete",
"x": 1230,
"y": 240,
"position": {
"x": 1230,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
}
],
"edges": [
{
"id": "edge-1",
"source": "start-1",
"target": "http_request-2",
"sourceNodeId": "start-1",
"targetNodeId": "http_request-2",
"condition": "success",
"metadata": {}
},
{
"id": "edge-2",
"source": "http_request-2",
"target": "docs_publish-3",
"sourceNodeId": "http_request-2",
"targetNodeId": "docs_publish-3",
"metadata": {}
},
{
"id": "edge-3",
"source": "docs_publish-3",
"target": "sheet_report-4",
"sourceNodeId": "docs_publish-3",
"targetNodeId": "sheet_report-4",
"metadata": {}
},
{
"id": "edge-4",
"source": "sheet_report-4",
"target": "deck_summary-5",
"sourceNodeId": "sheet_report-4",
"targetNodeId": "deck_summary-5",
"metadata": {}
},
{
"id": "edge-5",
"source": "deck_summary-5",
"target": "end-6",
"sourceNodeId": "deck_summary-5",
"targetNodeId": "end-6",
"metadata": {}
}
]
}