简要描述
请求URL
http://192.168.2.107:8080/ops/workflow/task/rest/processInst/taskSharing
请求方式
参数示例
{
"uuid":"779322" ,
"informedAssignee":[
"343e436a1df548558bb8af97f4e40281",
"56a036ade6a84740be99f06daf295360",
"80a96998b72a499b80a7f61ec3e74030"
],
"messageTemplate":"",
"reminderMode":""
}
参数
参数名 |
必选 |
类型 |
说明 |
uuid |
是 |
String |
流程实例uuid |
informedAssignee |
是 |
jsonArray |
传阅人 |
messageTemplate |
是 |
String |
消息模板 |
reminderMode |
是 |
String |
提醒类型,多个逗号隔开 |
返回示例
{
"errorCode": 0,
"message": "分阅成功",
"time": 1636191600330,
"responseBody": null
}
返回参数说明
参数名 |
类型 |
说明 |
errorCode |
int |
错误编号 |
message |
String |
接口返回描述 |
time |
int |
时间戳 |
responseBody |
json |
返回内容 |
备注