Skip to content

Commit c7277c3

Browse files
author
Tihomir Surdilovic
authored
[6.0.x] Updates for release (#306)
* Fix for foreachstate required params (#304) Signed-off-by: Tihomir Surdilovic <[email protected]> * small fix for glass example (#305) Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent b6f18ac commit c7277c3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
38483849
id: fillgrassofwater
38493850
name: Fill glass of water workflow
3851+
version: '1.0'
38503852
start: Check if full
38513853
functions:
38523854
- name: Increment Current Count Function

schema/workflow.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@
13861386
"name",
13871387
"type",
13881388
"inputCollection",
1389-
"inputParameter",
1389+
"iterationParam",
13901390
"workflowId"
13911391
]
13921392
},
@@ -1397,7 +1397,7 @@
13971397
"name",
13981398
"type",
13991399
"inputCollection",
1400-
"inputParameter",
1400+
"iterationParam",
14011401
"workflowId",
14021402
"end"
14031403
]
@@ -1407,7 +1407,7 @@
14071407
"name",
14081408
"type",
14091409
"inputCollection",
1410-
"inputParameter",
1410+
"iterationParam",
14111411
"workflowId",
14121412
"transition"
14131413
]
@@ -1417,7 +1417,7 @@
14171417
"name",
14181418
"type",
14191419
"inputCollection",
1420-
"inputParameter",
1420+
"iterationParam",
14211421
"actions",
14221422
"end"
14231423
]
@@ -1427,7 +1427,7 @@
14271427
"name",
14281428
"type",
14291429
"inputCollection",
1430-
"inputParameter",
1430+
"iterationParam",
14311431
"actions",
14321432
"transition"
14331433
]

0 commit comments

Comments
 (0)