流程提交下一步
简要描述
- 传阅接口
请求URL
http://192.168.2.107:8080/ops/workflow/task/rest/processInst/nextDealTask
请求方式
- POST
调用示例
新增字段nextNodeOpinion
值为通过或不通过,并联和级联审批时使用
{
"nodeType": "级联审批",
"nextNodeType": "普通",
"processKey": "kfw220127093103460",
"processOpinion": "同意:[同意]",
"nextNodeOpinion":"不通过",
"nextAssignee": "",
"processInstanceId": "1157601",
"taskId": "1157685",
"assignee": "016fb1c85b834edc95ba17d815258c31",
"informedAssignee": [],
"variables": {},
"relationshipUuid": [],
"lastUpdate": "2022-01-27 17:44:45.147",
"formData": {
"knowledgeworknumber": "[知识工单编号]",
"title": "11",
"subjectterm": "测试",
"detail": "<p>123</p>",
"audit": {
"label": "否",
"value": "否"
}
}
}
返回示例
{
"errorCode": 0,
"message": "成功",
"time": 1632625885854,
"responseBody": null
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
errorCode | int | 状态码 |
备注
- 更多返回错误代码请看首页的错误代码描述