list_todo_workflows
Fetch the current user's pending workflow list with pagination, filter by workflow template ID, or include all workflow types.
Instructions
获取待办流程列表
获取当前用户待处理的流程列表。
Args: page_no: 页码,从1开始 page_size: 每页条数 workflow_id: 工作流模板ID,留空则使用默认配置 all_types: 为 True 时返回所有流程类型的待办(不按 workflowid 过滤)
Returns: 待办流程列表 JSON 字符串
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_no | No | ||
| all_types | No | ||
| page_size | No | ||
| workflow_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |