When to use Workflow Actions
Use a Workflow Action when a task is too procedural for prompt-driven orchestration: deterministic multi-step logic, data transformations, or an existing workflow your team already maintains in Forge > Workflows.- Deterministic pipelines: The agent decides when to run the workflow; the workflow guarantees how the steps execute.
- Reuse: The same workflow can back multiple agents, and be tested and versioned independently of any of them.
Configuration
- Add a capability with type Maitai Workflow.
- Select the workflow to run (or enter a workflow reference directly).
- Define the action’s name, description, and parameter schema like any other action, the agent passes the arguments it plans as the workflow’s input, and the workflow’s output returns to the agent as the action result.