Workflow control operators
Operator | Description |
---|---|
call | Calls another workflow |
http_call | Call workflow fetched by HTTP |
require | Depends on another workflow |
loop | Repeat tasks |
for_each | Repeat tasks for values |
for_range | Repeat tasks for a range |
if | Conditional execution |
fail | Makes the workflow failed |
echo | Shows a message |
wait | Wait for a specific duration |