查询用户待处理的流程列表
POST
http://localhost/api/tbWfRuFlow/queryWfRuFlowList?pageNum=1&pageSize=10
请求参数
参数名
类型
描述
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
响应参数
参数名
类型
描述
必填
total
int
示例:1
必填
id
string
主键ID
必填
ruCode
string
执行流程编号
必填
ruNodeCode
string
当前待处理节点编号
必填
flowName
string
流程名称
必填
taskUserId
string
流程发起人ID
必填
taskDeptId
string
发起人部门ID
必填
initiateTime
string
流程发起时间
必填
formCode
string
流程编号
必填
status
string
流程状态,\n pending_check-待审核,checked-审核通过,check_end-审核结束,timeout_shutdown-超时关闭
必填
creator
string
示例:114
必填
createTime
string
示例:2022-03-21T13:23:53.000+0800
必填
updator
string
示例:114
必填
updatedTime
string
示例:2022-03-21T13:39:45.000+0800
必填
code
int
示例:200
必填
msg
string
示例:0
必填