Skip to content

Commit

Permalink
docs depends field (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: Арсений Савин <a.savin@tha.kz>
  • Loading branch information
ArseniySavin and Арсений Савин authored Dec 7, 2023
1 parent c3943e2 commit b07ebc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/yaml_format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Each step can have its own set of configurations, including:
- ``retryPolicy``: The retry policy for the step.
- ``repeatPolicy``: The repeat policy for the step.
- ``preconditions``: The conditions that must be met before a step can run.
- ``depends``: The step depends on the other step.

Example:

Expand Down Expand Up @@ -338,4 +339,6 @@ Example:
intervalSec: 60
preconditions:
- condition: "`echo $1`"
expected: "param1"
expected: "param1"
depends:
- some task name step

0 comments on commit b07ebc5

Please sign in to comment.