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