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
3799
3799
{
3800
3800
"id": "fillgrassofwater",
3801
3801
"name": "Fill glass of water workflow",
3802
+ "version": "1.0",
3802
3803
"start": "Check if full",
3803
3804
"functions": [
3804
3805
{
@@ -3847,6 +3848,7 @@ Its results are then merged back into the state data according to the "toStateDa
3847
3848
` ` ` yaml
3848
3849
id: fillgrassofwater
3849
3850
name: Fill glass of water workflow
3851
+ version: '1.0'
3850
3852
start: Check if full
3851
3853
functions:
3852
3854
- name: Increment Current Count Function
Original file line number Diff line number Diff line change 1386
1386
" name" ,
1387
1387
" type" ,
1388
1388
" inputCollection" ,
1389
- " inputParameter " ,
1389
+ " iterationParam " ,
1390
1390
" workflowId"
1391
1391
]
1392
1392
},
1397
1397
" name" ,
1398
1398
" type" ,
1399
1399
" inputCollection" ,
1400
- " inputParameter " ,
1400
+ " iterationParam " ,
1401
1401
" workflowId" ,
1402
1402
" end"
1403
1403
]
1407
1407
" name" ,
1408
1408
" type" ,
1409
1409
" inputCollection" ,
1410
- " inputParameter " ,
1410
+ " iterationParam " ,
1411
1411
" workflowId" ,
1412
1412
" transition"
1413
1413
]
1417
1417
" name" ,
1418
1418
" type" ,
1419
1419
" inputCollection" ,
1420
- " inputParameter " ,
1420
+ " iterationParam " ,
1421
1421
" actions" ,
1422
1422
" end"
1423
1423
]
1427
1427
" name" ,
1428
1428
" type" ,
1429
1429
" inputCollection" ,
1430
- " inputParameter " ,
1430
+ " iterationParam " ,
1431
1431
" actions" ,
1432
1432
" transition"
1433
1433
]
You can’t perform that action at this time.
0 commit comments