00:00.0 / 00:00.0
README.md930 B
View on GitHubExample: Parallel Workflow Steps
This example demonstrates parallel and matrix workflow control steps with needs, configurable output, and failure behavior.
Try It
Requires a POSIX shell, or WSL on Windows, because the example workflows run shell commands.
cd examples/parallel-stepsatmos workflow checks -f parallelatmos workflow prefixed -f parallelatmos workflow matrix -f parallel
What It Shows
parallelruns independent child steps concurrently.needsmakes one child wait for sibling steps.output.mode: groupedcaptures each child and prints labeled blocks.output.mode: prefixedstreams child output live with line prefixes.matrixexpands literal axes and runs generated shell steps through the same scheduler.