Manage a Workflow
manage_workflowPause, resume, delete, or instantiate a workflow.
Workflow authoring lives in the visual editor — this tool only handles lifecycle actions and template cloning. To build a workflow from scratch, point the user at the editor.
Actions:
'pause' / 'resume' / 'delete': Require
workflow_id.'from_template': Create a new workflow from a template id. Optional
nameoverrides the template's default title. Use get_workflows(view='templates') to find the template_id.
Args: brand_id: The brand the workflow belongs to (required). action: Lifecycle action. workflow_id: Required for pause/resume/delete. template_id: Required for 'from_template'. name: Optional name override for 'from_template'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| action | Yes | ||
| brand_id | Yes | ||
| template_id | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. | |
| workflow_id | No |