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": "api_call-2",
"type": "api_call",
"label": "Read podcast feed",
"x": 310,
"y": 240,
"position": {
"x": 310,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false,
"service": "podcasts.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "markdown-3",
"type": "markdown",
"label": "Generate show note draft",
"x": 540,
"y": 160,
"position": {
"x": 540,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false,
"mode": "model_assisted_degraded"
},
"status": "idle",
"metadata": {}
},
{
"id": "docs_export-4",
"type": "docs_export",
"label": "Publish docs draft",
"x": 770,
"y": 240,
"position": {
"x": 770,
"y": 240
},
"config": {
"publicSafe": false,
"protectedAction": true,
"target": "docs.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "end-5",
"type": "end",
"label": "Complete",
"x": 1000,
"y": 160,
"position": {
"x": 1000,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
}
],
"edges": [
{
"id": "edge-1",
"source": "start-1",
"target": "api_call-2",
"sourceNodeId": "start-1",
"targetNodeId": "api_call-2",
"condition": "success",
"metadata": {}
},
{
"id": "edge-2",
"source": "api_call-2",
"target": "markdown-3",
"sourceNodeId": "api_call-2",
"targetNodeId": "markdown-3",
"metadata": {}
},
{
"id": "edge-3",
"source": "markdown-3",
"target": "docs_export-4",
"sourceNodeId": "markdown-3",
"targetNodeId": "docs_export-4",
"metadata": {}
},
{
"id": "edge-4",
"source": "docs_export-4",
"target": "end-5",
"sourceNodeId": "docs_export-4",
"targetNodeId": "end-5",
"metadata": {}
}
]
}