28 lines
593 B
JSON
28 lines
593 B
JSON
{
|
|
"specVersion": "1.1",
|
|
"id": "noop_saga",
|
|
"name": "noop_saga",
|
|
"inputs": [
|
|
{ "name": "saga_state", "type": "Any" },
|
|
{ "name": "event", "type": "Any" }
|
|
],
|
|
"nodes": [
|
|
{
|
|
"id": "const",
|
|
"type": "Const",
|
|
"data": {
|
|
"value": {
|
|
"new_saga_state": {},
|
|
"work_items": [],
|
|
"schedules": []
|
|
}
|
|
}
|
|
},
|
|
{ "id": "output", "type": "Output", "data": {} }
|
|
],
|
|
"edges": [
|
|
{ "id": "e1", "source": "const", "sourceHandle": "out", "target": "output", "targetHandle": "value" }
|
|
],
|
|
"outputNodeId": "output"
|
|
}
|