Fix quickstart doc error
Change-Id: I810e17523ebe95b60de971a269c0ec4a4ba0408f
This commit is contained in:
parent
a6d770896e
commit
b7106297a5
@ -42,7 +42,7 @@ For example, we have the following workflow::
|
||||
on-success: task2
|
||||
|
||||
task2:
|
||||
action: std.echo="Done"
|
||||
action: std.echo output="Done"
|
||||
|
||||
This is a simple workflow iterates through the given list of names in its first task (using "with-items") and stores
|
||||
them as a task result (using echo action) and then stores word "Done" as a result of the second task.
|
||||
|
Loading…
Reference in New Issue
Block a user