curl --location -g --request GET 'http://{{ip}}:9000/process-service/taskQuery/taskDetail?taskId' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC'
{
"code": 0,
"msg": "string",
"data": {
"processDefinitionKey": "string",
"processDefinitionName": "string",
"processInstanceId": "string",
"taskKey": "string",
"taskId": "string",
"taskName": "string",
"formCode": "string",
"requireParticipants": true,
"owner": "string",
"participant": [
{}
],
"finished": true,
"finishType": "NORMAL",
"businessKey": "string",
"variables": {
"property1": {},
"property2": {}
}
}
}