Skip to content

Commit e6ae4bd

Browse files
committed
removing unwanted set example
Signed-off-by: Nyamath Shaik <[email protected]>
1 parent 6ac6296 commit e6ae4bd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

examples/set-expression.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ schedule:
88
one:
99
with:
1010
type: io.serverlessworkflow.samples.events.trigger.v1
11-
do:
12-
- initializeObject:
13-
set:
14-
startEvent: ${ $workflow.input[0] }
15-
status: active
16-
17-
- initializeString:
11+
do:
12+
- initialize:
1813
set: ${ $workflow.input[0] }

0 commit comments

Comments
 (0)