bytebot_execute_workflow
Execute multi-step automation workflows with automatic task creation, monitoring, and error recovery for complex scenarios.
Instructions
Execute a multi-step workflow with automatic task creation, monitoring, and error recovery. Each step is executed as a separate task, with automatic intervention handling. Use this for complex multi-step automation scenarios.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Array of workflow steps to execute in sequence | |
| priority | No | Priority for all tasks in the workflow. Default: MEDIUM | MEDIUM |
| stopOnFailure | No | Stop workflow if any step fails. Default: true |