Skip to content

Commit 3a695ae

Browse files
committed
passing the set example as object
Signed-off-by: Nyamath Shaik <[email protected]>
1 parent b2a92fa commit 3a695ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/set.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ schedule:
1111
do:
1212
- initialize:
1313
set:
14-
startEvent: ${ $workflow.input[0] }
14+
startEvent:
15+
input: ${ $workflow.input[0] }

0 commit comments

Comments
 (0)