Skip to content

Commit b07ebc5

Browse files
ArseniySavinАрсений Савин
and
Арсений Савин
authored
docs depends field (#503)
Co-authored-by: Арсений Савин <[email protected]>
1 parent c3943e2 commit b07ebc5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/yaml_format.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ Each step can have its own set of configurations, including:
309309
- ``retryPolicy``: The retry policy for the step.
310310
- ``repeatPolicy``: The repeat policy for the step.
311311
- ``preconditions``: The conditions that must be met before a step can run.
312+
- ``depends``: The step depends on the other step.
312313

313314
Example:
314315

@@ -338,4 +339,6 @@ Example:
338339
intervalSec: 60
339340
preconditions:
340341
- condition: "`echo $1`"
341-
expected: "param1"
342+
expected: "param1"
343+
depends:
344+
- some task name step

0 commit comments

Comments
 (0)