{
"actionName": "turn",
"opinion": "我今天请假了,要帮忙",
"extendConf": {
"msgType": "email,inner"
},
"data": {
"ddb": {
"ddwlList": [],
"qdjl": "管理员",
"id": "1626390591761330176",
"_loadMap": {
"ddb": true,
"ddwl": true
}
}
},
"taskId": "1626396939332923392",
"identityMap": {
"UserTask1": [
{
"id": "1619225585528680448",
"name": "明三",
"type": "user"
}
]
}
}
curl --location --request POST '/ab-bpm/bpm/task/doAction' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionName": "turn",
"opinion": "我今天请假了,要帮忙",
"extendConf": {
"msgType": "email,inner"
},
"data": {
"ddb": {
"ddwlList": [],
"qdjl": "管理员",
"id": "1626390591761330176",
"_loadMap": {
"ddb": true,
"ddwl": true
}
}
},
"taskId": "1626396939332923392",
"identityMap": {
"UserTask1": [
{
"id": "1619225585528680448",
"name": "明三",
"type": "user"
}
]
}
}'
{
"isOk": true,
"code": "Success",
"message": "操作成功",
"msg": "操作成功"
}