File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3799,6 +3799,7 @@ Its results are then merged back into the state data according to the "toStateDa
37993799{
38003800 "id": "fillgrassofwater",
38013801 "name": "Fill glass of water workflow",
3802+ "version": "1.0",
38023803 "start": "Check if full",
38033804 "functions": [
38043805 {
@@ -3847,6 +3848,7 @@ Its results are then merged back into the state data according to the "toStateDa
38473848` ` ` yaml
38483849id: fillgrassofwater
38493850name: Fill glass of water workflow
3851+ version: '1.0'
38503852start: Check if full
38513853functions:
38523854- name: Increment Current Count Function
Original file line number Diff line number Diff line change 13861386 " name" ,
13871387 " type" ,
13881388 " inputCollection" ,
1389- " inputParameter " ,
1389+ " iterationParam " ,
13901390 " workflowId"
13911391 ]
13921392 },
13971397 " name" ,
13981398 " type" ,
13991399 " inputCollection" ,
1400- " inputParameter " ,
1400+ " iterationParam " ,
14011401 " workflowId" ,
14021402 " end"
14031403 ]
14071407 " name" ,
14081408 " type" ,
14091409 " inputCollection" ,
1410- " inputParameter " ,
1410+ " iterationParam " ,
14111411 " workflowId" ,
14121412 " transition"
14131413 ]
14171417 " name" ,
14181418 " type" ,
14191419 " inputCollection" ,
1420- " inputParameter " ,
1420+ " iterationParam " ,
14211421 " actions" ,
14221422 " end"
14231423 ]
14271427 " name" ,
14281428 " type" ,
14291429 " inputCollection" ,
1430- " inputParameter " ,
1430+ " iterationParam " ,
14311431 " actions" ,
14321432 " transition"
14331433 ]
You can’t perform that action at this time.
0 commit comments