{
"defId": "1620262090946719744",
"actionName": "agree",
"presetDestination": "UserTask3",
"opinion": "情况紧急,请见快处理",
"extendConf": {
"param": {
"id": "1622540972322283520",
"backR": "BpmMyTaskTodoList"
},
"taskTimeLimit": 305,
"isUrgencyTask": "true"
},
"data": {
"ddb": {
"qdjl": "",
"dw": "",
"ddje": "",
"orderId": "",
"dj": "",
"_loadMap": {
"ddb": true,
"ddwl": true
},
"sl": "",
"je": "",
"mz": "",
"ddwlList": []
}
},
"taskId": "1622540972322283520",
"identityMap": {
"UserTask3": [
{
"id": "1574312461024690176",
"name": "测试部门",
"type": "org",
"assign": "(组织)测试部门"
}
]
}
}
curl --location --request POST '/ab-bpm/bpm/task/doAction' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"defId": "1620262090946719744",
"actionName": "agree",
"presetDestination": "UserTask3",
"opinion": "情况紧急,请见快处理",
"extendConf": {
"param": {
"id": "1622540972322283520",
"backR": "BpmMyTaskTodoList"
},
"taskTimeLimit": 305,
"isUrgencyTask": "true"
},
"data": {
"ddb": {
"qdjl": "",
"dw": "",
"ddje": "",
"orderId": "",
"dj": "",
"_loadMap": {
"ddb": true,
"ddwl": true
},
"sl": "",
"je": "",
"mz": "",
"ddwlList": []
}
},
"taskId": "1622540972322283520",
"identityMap": {
"UserTask3": [
{
"id": "1574312461024690176",
"name": "测试部门",
"type": "org",
"assign": "(组织)测试部门"
}
]
}
}'
{
"isOk": true,
"code": "Success",
"message": "操作成功",
"msg": "操作成功"
}