{
"actionName": "instanceRestart",
"presetDestination": "UserTask1",
"opinion": "重启实例",
"data": {
"ddb": {
"ddwlList": [],
"qdjl": "张飒",
"id": "1626121511511900160",
"mz": "手机",
"ddje": 1000,
"_loadMap": {
"ddb": true,
"ddwl": true
}
}
},
"instanceId": "1626121510987612160"
}
curl --location --request POST '/ab-bpm/bpm/instance/doAction' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionName": "instanceRestart",
"presetDestination": "UserTask1",
"opinion": "重启实例",
"data": {
"ddb": {
"ddwlList": [],
"qdjl": "张飒",
"id": "1626121511511900160",
"mz": "手机",
"ddje": 1000,
"_loadMap": {
"ddb": true,
"ddwl": true
}
}
},
"instanceId": "1626121510987612160"
}'
{
"isOk": true,
"code": "Success",
"message": "instanceRestart成功!",
"data": "1626479027252899840",
"msg": "instanceRestart成功!"
}