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 Monitor health",
"x": 310,
"y": 240,
"position": {
"x": 310,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false,
"service": "monitor.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "transform_json-3",
"type": "transform_json",
"label": "Render status widget",
"x": 540,
"y": 160,
"position": {
"x": 540,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false,
"output": "monitor_status_panel"
},
"status": "idle",
"metadata": {}
},
{
"id": "end-4",
"type": "end",
"label": "Complete",
"x": 770,
"y": 240,
"position": {
"x": 770,
"y": 240
},
"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": "transform_json-3",
"sourceNodeId": "api_call-2",
"targetNodeId": "transform_json-3",
"metadata": {}
},
{
"id": "edge-3",
"source": "transform_json-3",
"target": "end-4",
"sourceNodeId": "transform_json-3",
"targetNodeId": "end-4",
"metadata": {}
}
]
}