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": "Validate with Spec",
"x": 310,
"y": 240,
"position": {
"x": 310,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false,
"service": "spec.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "eval_run-3",
"type": "eval_run",
"label": "Prepare eval run",
"x": 540,
"y": 160,
"position": {
"x": 540,
"y": 160
},
"config": {
"publicSafe": false,
"protectedAction": true,
"service": "evals.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "sandbox_command-4",
"type": "sandbox_command",
"label": "Prepare sandbox validation",
"x": 770,
"y": 240,
"position": {
"x": 770,
"y": 240
},
"config": {
"publicSafe": false,
"protectedAction": true,
"service": "sandbox.platphormnews.com"
},
"status": "idle",
"metadata": {}
},
{
"id": "browserops_check-5",
"type": "browserops_check",
"label": "Prepare UI check",
"x": 1000,
"y": 160,
"position": {
"x": 1000,
"y": 160
},
"config": {
"publicSafe": false,
"protectedAction": true,
"service": "browserops.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": "api_call-2",
"sourceNodeId": "start-1",
"targetNodeId": "api_call-2",
"condition": "success",
"metadata": {}
},
{
"id": "edge-2",
"source": "api_call-2",
"target": "eval_run-3",
"sourceNodeId": "api_call-2",
"targetNodeId": "eval_run-3",
"metadata": {}
},
{
"id": "edge-3",
"source": "eval_run-3",
"target": "sandbox_command-4",
"sourceNodeId": "eval_run-3",
"targetNodeId": "sandbox_command-4",
"metadata": {}
},
{
"id": "edge-4",
"source": "sandbox_command-4",
"target": "browserops_check-5",
"sourceNodeId": "sandbox_command-4",
"targetNodeId": "browserops_check-5",
"metadata": {}
},
{
"id": "edge-5",
"source": "browserops_check-5",
"target": "end-6",
"sourceNodeId": "browserops_check-5",
"targetNodeId": "end-6",
"metadata": {}
}
]
}