curl --location -g --request GET 'http://{{ip}}:9000/process-service/processInstance/flowDetail?processInstanceId' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"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": {}
}
}
}