File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ JSON file:
3535```
3636{
3737 "nodes": [
38- {"id": 0, "value ": "simple_workflow.add_x_and_y_and_z"},
39- {"id": 1, "value ": "simple_workflow.add_x_and_y"},
40- {"id": 2, "value ": "simple_workflow.add_x_and_y"},
41- {"id": 3, "value ": "simple_workflow.add_x_and_y"},
38+ {"id": 0, "function ": "simple_workflow.add_x_and_y_and_z"},
39+ {"id": 1, "function ": "simple_workflow.add_x_and_y"},
40+ {"id": 2, "function ": "simple_workflow.add_x_and_y"},
41+ {"id": 3, "function ": "simple_workflow.add_x_and_y"},
4242 {"id": 4, "value": 1},
4343 {"id": 5, "value": 2}
4444 ],
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ JSON file:
2020```
2121{
2222 "nodes": [
23- {"id": 0, "value ": "simple_workflow.add_x_and_y_and_z"},
24- {"id": 1, "value ": "simple_workflow.add_x_and_y"},
25- {"id": 2, "value ": "simple_workflow.add_x_and_y"},
26- {"id": 3, "value ": "simple_workflow.add_x_and_y"},
23+ {"id": 0, "function ": "simple_workflow.add_x_and_y_and_z"},
24+ {"id": 1, "function ": "simple_workflow.add_x_and_y"},
25+ {"id": 2, "function ": "simple_workflow.add_x_and_y"},
26+ {"id": 3, "function ": "simple_workflow.add_x_and_y"},
2727 {"id": 4, "value": 1},
2828 {"id": 5, "value": 2}
2929 ],
You can’t perform that action at this time.
0 commit comments