ds_list_workflows
Retrieve workflow definitions with pagination, fuzzy search, and exact-match filters to locate specific processes in a project.
Instructions
List workflow definitions with pagination, search and exact-match support.
v2.0.12: merged ds_list_workflows_simple and ds_get_workflow_by_name.
Default: paginated API (auto-falls back to simple-list on failure)
search="xx": case-insensitive fuzzy match on name + description
name="xxx": exact name match (single-element list or empty list)
use_simple=True: use /process-definition/simple-list (bypasses pagination SQL)
Args: project_name: Project name page_no: Page number, starting at 1 page_size: Items per page (max recommended 100) search: Fuzzy search keyword (name + description) name: Exact workflow name match use_simple: Use simple-list endpoint when True
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| search | No | ||
| page_no | No | ||
| page_size | No | ||
| use_simple | No | ||
| project_name | Yes |