简要描述
请求URL
http://192.168.2.107:8080/ops/workflow/query/rest/processInst/advancedSearch/instCirculation
请求方式
参数示例
{
"advancedSearchProp":
[
{
"title":"当前处理人/角色",
"dataIndex":"handleUser",
"key":"handleUser",
"width":200,
"sorter":true,
"index":1,
"display_or_not":true,
"display_name":"当前处理人/角色",
"column_name":"handleUser",
"column_type":"default_",
"keyword":"系统管理员"
}
]
"pageInfo":{
"page":1,
"limit":10
}
}
参数
参数名 |
必选 |
类型 |
说明 |
advancedSearchProp |
是 |
jsonArray |
查询字段信息以及流程 |
pageInfo |
是 |
string |
用户名 |
page |
是 |
int |
页码从1开始 |
limit |
是 |
int |
每页显示条数 |
返回示例
{
"errorCode": 0,
"message": "success",
"time": 1636169835777,
"responseBody": {
"pageInfo": {
"page": 1,
"limit": 10,
"total": 1
},
"result": [
{
"uuid": "487669",
"workNumber": "BGSQ20210729001",
"processName": "变更管理",
"createTime": "2021-07-29 11:24:56",
"processInstId": "487669",
"processKey": "kfw200331171430940",
"applyTime": "2021-07-29 11:24:20",
"processDesc": "345",
"activityName": "部门主管审核",
"activityTime": "2021-07-29 11:25:22",
"responseTimer": "",
"completeTimer": "",
"responseTimeout": "false",
"completeTimeout": "false",
"completeTimerUse": null,
"responseTimerUse": null,
"preUserId": "d22ae15a56394869924059a9d5867a29",
"readState": "已阅",
"handleUserid": "d22ae15a56394869924059a9d5867a29",
"handleUser": "系统管理员",
"handleGroup": null,
"createUser": "系统管理员",
"endTime": "",
"formData": "",
"lastUpdate": "2021-07-29 11:25:22.554",
"circulate_create_time": "2021-11-06"
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
errorCode |
int |
错误编号 |
message |
String |
接口返回描述 |
time |
int |
时间戳 |
responseBody |
json |
返回内容 |
pageInfo |
json |
页码信息 |
result |
jsonArray |
当前页列表 |
备注