trigger_workflow
Trigger a workflow run by specifying the workflow type, objective, and optional JSON inputs to accomplish a defined task.
Instructions
Trigger a workflow execution.
Args: workflow_type: Public workflow_ref from list_workflows (the stable workflow type) objective: What the workflow should accomplish inputs: Optional JSON string of structured inputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | {} | |
| objective | Yes | ||
| workflow_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |