{
"taskId": "string",
"actionName": "string",
"bizId": "string",
"data": {},
"presetDestination": "string",
"extendConf": {},
"identityMap": {},
"presetVariable": {}
}
curl --location --request POST '/ab-bpm/bpm/task/doAction' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string",
"actionName": "string",
"bizId": "string",
"data": {},
"presetDestination": "string",
"extendConf": {},
"identityMap": {},
"presetVariable": {}
}'
{}