Trigger workflow
trigger_workflowRun a workflow now in its deployed environment. This is the ONLY correct way to run or TEST a saved workflow — a run started here carries the workflow's rules, tracking and memory; browser_task/create_session runs do not. When the user says "run it", "run it once", "test it" or "try it" about a workflow, this is the tool they mean. Drives a real Chrome browser: the run may navigate, fill forms, and submit data on third-party websites as the workflow's prompt requires. Pass values for the workflow's {{variables}} in variables (stored variableValues defaults fill any gaps). Returns a sessionId — poll get_task_status for the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Work-list workflows only: when the list reports complete, re-open it for a fresh full pass. | |
| title | No | Exact workflow title (case-insensitive) — alternative to workflowId | |
| variables | No | Values for the workflow's {{variables}}, keyed by exact variable name. Merged over the workflow's stored variableValues defaults. | |
| workflowId | No | 24-hex workflow id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | ||
| message | No | ||
| success | Yes | ||
| sessionId | No | Poll get_task_status with this id | |
| workflowId | Yes | ||
| liveViewURL | No | Page for watching the run live, present when a run started. The only URL here that is safe to show a user or open in a browser. | |
| listComplete | No | Work-list workflows: every item has been visited (no run started) |