Using workflows
Relay uses YAML workflows to define the steps in an automation task.
Each step in a workflow runs in a separate container. The Relay service executes the steps simultaneously unless you explicitly define a sequential order for the steps to run in. The workflow syntax is documented in the Reference section. This section provides practical examples and implementation details for going deeper with workflows.