list_flow_executions
Retrieve recent flow executions with status filtering to monitor workflow performance and troubleshoot issues in ServiceNow.
Instructions
List recent executions of a flow with status (completed, error, running)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_sys_id | Yes | sys_id of the parent flow | |
| status | No | Filter by status: running, complete, error, cancelled | |
| limit | No | Max records to return (default 25) |