workflow_submit
Submit a multi-step workflow for preview or execution. Validate commands per step, require approval, and track with a journal run ID.
Instructions
Submit an inline multi-step workflow executed by zotio's transactional runner — previews unless yes; one approval, one journal run id; steps validated per-command exactly like command_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yes | No | Apply the full workflow once instead of previewing it. | |
| vars | No | Workflow variable values. | |
| steps | Yes | Validated workflow steps. | |
| continue_on_error | No | Continue executing later steps after a step fails. |