流程取回
将废弃
POST
/openservice/app-designer/openworkflow/quhui
后端接口/业务流程
接口说明
适用条件:当前流程属于经办状态, 并且必须是当前用户操作过的节点
SDK使用
request.setEntId("apiceshiqiye");//操作企业
request.setUserId("apitest");//操作人用户id
request.setInstanceId(12000);//实例id
request.setNodeId("WorkNode_4");//回到上一个节点key
request.setMessage("取回此流程");//取回原因(可不填)
AppDesignerOpenworkflowQuhuiResponseresponse = qpaasHttpClient.doAction(request);
Boolean status = response.getResult();
{"status":200,"code":1000000,"result":true,"msg":"成功"}
{"status":500,"code":500,"result":false,"msg":"您好,您没有参与过当前工作。"}
请求参数
Query 参数
entId
string
操作企业id
示例值:
apiceshiqiye
userId
string
当前操作人
示例值:
apitest
Header 参数
Cookie
string
101
默认值:
PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a
X-Qpaas-Dev-Tags
string
共用环境(本地)
默认值:
ylh
Body 参数application/json
示例代码
返回响应
修改于 2024-04-23 01:17:01