Workflows
Chain tasks into a single workflow and Deck runs the whole sequence for you. Steps run one after another in a shared session, so the agent signs in once and stays signed in across every step, whether that’s checking a hotel rate and rebooking at the lower price, or listing the accounts behind a utility login and fetching the latest bill for each one.
Pass one step’s output straight into the next with {{ steps.extract_accounts.output.accounts }} references. Deck validates them against the task’s output schema when you save.
Run a step only when a condition holds with if, or once per item in a list with for_each.
Every workflow run reports each step’s status, output, and task runs in one place, with errors pinned to the step that failed.
Create workflows from the API with POST /v2/workflows or from the Console.