文档
测试

查询待处理的信息详情

POST
http://localhost/api/tbWfRuFlow/queryProcessDetail

请求参数

参数名
类型
描述
必填
formCode
string
流程编号
必填
ruCode
string
流程运行编号
必填
type
string
详情类型:check-审核用可以编辑,copy-抄送等用不可编辑操作
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
id
string
主键ID
必填
ruCode
string
流程运行编号
必填
ruNodeCode
string
流程待处理的节点编号
必填
flowName
string
流程名称
必填
taskUserId
string
流程发起人
必填
taskDeptId
string
流程发起人部门
必填
initiateTime
string
发起时间
必填
formCode
string
流程编号
必填
status
string
流程状态,\n pending_check-待审核,checked-审核通过,check_end-审核结束,timeout_shutdown-超时关闭
必填
creator
string
示例:114
必填
createTime
string
示例:2022-03-21 13:23:53
必填
updator
string
示例:114
必填
updatedTime
string
示例:2022-03-21 13:39:45
必填
fieldContent
string
参考文档待审核的详情表单字段JSON
必填
nodeContent
object
示例:null
必填
nodeCode
string
节点编号
必填
type
string
示例:check
必填
recordList
array
数据列表
必填
id
string
流转记录ID
必填
ruRecordCode
string
记录编号
必填
ruCode
string
流程运行编号
必填
nodeCode
string
节点编号
必填
sort
string
序号
必填
nodeName
string
节点名称
必填
userId
string
用户ID
必填
circulateType
string
流转类型: create-发起;pending_check:待审核;checked:审核;transfer:移交;timeout_shutdown:超时关闭;end:结束;
必填
creator
string
创建人
必填
createTime
string
示例:2022-03-21 13:23:53
必填
updator
string
修改人
必填
updatedTime
string
示例:2022-03-21 13:23:53
必填
delFlag
object
示例:null
必填
hasAuditBtn
boolean
是否有通过按钮 true:有,false:没有
必填
hasRejectBtn
boolean
是否有拒绝按钮 true:有,false:没有
必填
hasTransferBtn
boolean
是否有转办按钮 true:有,false:没有
必填