list_my_workflows
Retrieve the list of workflows initiated by the current user from Weaver E10 OA. Supports pagination and filtering by workflow template to track request statuses.
Instructions
获取我的请求流程列表
获取当前用户发起的流程列表。
Args: page_no: 页码,从1开始 page_size: 每页条数 workflow_id: 工作流模板ID,留空则使用默认配置 all_types: 为 True 时返回所有流程类型
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 |