list_subflows
Retrieve reusable subflows from ServiceNow to simplify flow design by searching by name, filtering active status, and limiting results.
Instructions
List available subflows that can be reused across flows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search subflows by name | |
| active | No | Filter to active subflows only (default true) | |
| limit | No | Max records to return (default 50) |