start_workflow
Launch an Itential workflow automation through the specified route. Supply the route name and optional data to execute the workflow.
Instructions
Triggers a workflow automation endpoint by route name.
This is a thin wrapper around trigger_automation, kept as a stable, workflow-specific entry point. trigger_automation is the general-purpose tool and also supports non-workflow automation types (e.g. agents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data to include in the request body when calling the route | |
| route_name | Yes | The name of the API endpoint used to start the workflow |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |