flow
Inspect and list automation triggers, workflows, and decode value blobs to analyze ServiceNow automation.
Instructions
Inspect Flow Designer flows, triggers, and value blobs (read-only).
Args: action: 'inspect' | 'find_by_table' | 'decode_values' | 'list_triggers' | 'describe'. sys_id: Flow sys_id (inspect; mutually exclusive with name). name: Flow name (inspect; mutually exclusive with sys_id). value: gzip+base64+JSON blob to decode (decode_values). table: Target table (find_by_table; optional filter for list_triggers). trigger_type: Trigger type filter (list_triggers, e.g. 'record_update'). active: 'true' | 'false' filter (list_triggers). limit: Row cap for list_triggers (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| sys_id | No | ||
| name | No | ||
| value | No | ||
| table | No | ||
| trigger_type | No | ||
| active | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |