流程中断
将废弃
POST
/openservice/app-designer/openworkflow/interrupt
后端接口/业务流程
接口说明
适用条件:当前流程属于待办状态, 并且必须是当前用户当前操作节点
SDK使用
request.setEntId("apiceshiqiye");//操作企业
request.setUserId("apitest");//操作人用户id
request.setInstanceId(12000);//实例id
request.setMessage("中断此流程");//中断原因
AppDesignerOpenworkflowInterruptResponse response = qpaasHttpClient.doAction(request);
Boolean status = response.getResult();
请求参数
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