Skip to content

Commit f7f5818

Browse files
authored
Update workflow1.yaml
1 parent 2c0293d commit f7f5818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsl-interpreter/workflow1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ root:
1111
sequence:
1212
elements:
1313
- activity:
14-
name: Activity1
14+
name: activity1
1515
arguments:
1616
- arg1
1717
result: result1
1818
- activity:
19-
name: Activity2
19+
name: activity2
2020
arguments:
2121
- result1
2222
result: result2
2323
- activity:
24-
name: Activity3
24+
name: activity3
2525
arguments:
2626
- arg2
2727
- result2

0 commit comments

Comments
 (0)