{
"taskId": 0,
"fileId": "string",
"flowCopyList": [
{
"userId": 0,
"userName": "string"
}
],
"messageType": [
"string"
],
"message": "string",
"notice": "string",
"variables": {
"property1": {},
"property2": {}
},
"assigneeMap": {
"property1": {},
"property2": {}
},
"ext": "string"
}
curl --location --request POST '/workflow/task/completeTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": 0,
"fileId": "string",
"flowCopyList": [
{
"userId": 0,
"userName": "string"
}
],
"messageType": [
"string"
],
"message": "string",
"notice": "string",
"variables": {
"property1": {},
"property2": {}
},
"assigneeMap": {
"property1": {},
"property2": {}
},
"ext": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}