{
"defId": "1625744748191494144",
"actionName": "reminder",
"presetDestination": "",
"opinion": "您好,请您尽快处理任务:${流程标题} !情况紧急,请见快处理",
"extendConf": {
"param": {
"instId": "1626116165523324928"
},
"isUrgencyTask": true,
"msgType": "email,inner"
},
"data": {
"ddb": {
"ddwlList": [],
"qdjl": "张飒",
"id": "1626116168396423168",
"mz": "手机",
"ddje": 1000,
"_loadMap": {
"ddb": true,
"ddwl": true
}
}
},
"instanceId": "1626116165523324928"
}
curl --location --request POST '/ab-bpm/bpm/instance/doAction' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"defId": "1625744748191494144",
"actionName": "reminder",
"presetDestination": "",
"opinion": "您好,请您尽快处理任务:${流程标题} !情况紧急,请见快处理",
"extendConf": {
"param": {
"instId": "1626116165523324928"
},
"isUrgencyTask": true,
"msgType": "email,inner"
},
"data": {
"ddb": {
"ddwlList": [],
"qdjl": "张飒",
"id": "1626116168396423168",
"mz": "手机",
"ddje": 1000,
"_loadMap": {
"ddb": true,
"ddwl": true
}
}
},
"instanceId": "1626116165523324928"
}'
{
"isOk": true,
"code": "Success",
"message": "操作成功",
"data": {
"id": "1625777148489445376",
"name": "开始分支",
"nodeKey": "UserTask2",
"title": "管理员发起的任务办理测试流程",
"instId": "1625777146748809216",
"actTaskId": "1625777148489445376",
"actExecutionId": "1625777147143073793",
"defId": "1625744748191494144",
"statusArr": "normal",
"assigneeNames": "管理员",
"priority": 50,
"supportMobile": 1,
"taskType": "userTask",
"taskTypeDeclaringClass": "com.dstz.bpm.api.enums.TaskType",
"taskTypeKey": "userTask",
"taskTypeLabelCss": "primary",
"taskTypeValue": "用户任务",
"parentId": "",
"typeCode": "test",
"createBy": "1",
"createTime": "2023-02-15 16:40:52",
"createOrgId": "410054569125740545",
"updater": "管理员",
"updateTime": "2023-02-15 16:40:52",
"updateBy": "1",
"status": "normal",
"statusDeclaringClass": "com.dstz.bpm.api.enums.TaskStatus",
"statusDesc": "普通任务",
"statusKey": "normal",
"statusLabelCss": "primary",
"statusValue": "普通",
"isDue": false,
"durMs": 928
},
"msg": "操作成功"
}