trigger_flow
Execute ServiceNow Flow Designer workflows programmatically by providing flow identifiers and optional input parameters to automate business processes.
Instructions
Trigger a Flow Designer flow with optional input parameters (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_sys_id | Yes | sys_id of the flow to trigger | |
| inputs | No | Key-value pairs for flow input variables |