flow
Inspect ServiceNow workflow definitions, triggers, and encoded value blobs to analyze automation logic and troubleshoot configurations without modifying data.
Instructions
Inspect Flow Designer flows, triggers, and value blobs (read-only).
Args: action: 'contract' | 'inspect' | 'find_by_table' | 'decode_values' | 'list_triggers' | 'describe'. sys_id: Flow sys_id (contract/inspect; mutually exclusive with name). name: Flow name (contract/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). sections: Comma-separated inspect/contract sections. Empty uses the compact default; '*' returns all. section_limit: Shared cap for selected flow rows/nodes (default 100, max MAX_ROW_LIMIT).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| table | No | ||
| value | No | ||
| action | Yes | ||
| active | No | ||
| sys_id | No | ||
| sections | No | ||
| trigger_type | No | ||
| section_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |