{
"instanceId": "string",
"flowTaskId": 0,
"assignee": "string",
"taskId": 0,
"recordId": 0,
"isPassed": true,
"buttonType": 0,
"batchId": 0,
"commit": "string",
"flows": {
"property1": {},
"property2": {}
}
}
curl --location --request PUT '/amc/assignedTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"instanceId": "string",
"flowTaskId": 0,
"assignee": "string",
"taskId": 0,
"recordId": 0,
"isPassed": true,
"buttonType": 0,
"batchId": 0,
"commit": "string",
"flows": {
"property1": {},
"property2": {}
}
}'
{
"code": 0,
"message": "string",
"data": {},
"success": true
}