curl --location --request POST '/cpcp-mng-service/openapi/cpc_mng_api_fetchProcInstTrackData' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '{
"processInstanceId":"8625886"
}'
{
"resultObject": {
"elements": [
{
"completed": true,
"current": false,
"id": "start",
"name": "开始",
"x": 100.00000223517424,
"y": 163.000003643334,
"width": 30,
"height": 30,
"type": "StartEvent"
},
{
"completed": false,
"activityInstances": [
{
"name": "环节1",
"assignee": "test1",
"candidate": "",
"comment": "",
"startTime": "2023-09-15 17:38:48",
"endTime": ""
}
],
"current": true,
"id": "apply1",
"name": "环节1",
"x": 224.9999966472388,
"y": 138.00000158697372,
"width": 100.00000000000006,
"height": 80,
"type": "UserTask"
},
{
"completed": false,
"current": false,
"id": "apply2",
"name": "环节2",
"x": 404.99999396502983,
"y": 138.00000158697372,
"width": 100,
"height": 80,
"type": "UserTask"
},
{
"completed": false,
"current": false,
"id": "apply3",
"name": "环节3",
"x": 629.9999906122686,
"y": 138.00000158697372,
"width": 100,
"height": 80,
"type": "UserTask"
},
{
"completed": false,
"current": false,
"id": "end",
"name": "结束",
"x": 869.9999740719801,
"y": 163.9999966993929,
"width": 28,
"height": 28,
"type": "EndEvent"
}
],
"flows": [
{
"completed": true,
"current": false,
"id": "flow",
"type": "sequenceFlow",
"sourceRef": "start",
"targetRef": "apply1",
"name": "流转1",
"waypoints": [
{
"x": 129,
"y": 178
},
{
"x": 224,
"y": 178
}
]
},
{
"completed": false,
"current": false,
"id": "flow2",
"type": "sequenceFlow",
"sourceRef": "apply1",
"targetRef": "apply2",
"name": "流转到2",
"waypoints": [
{
"x": 324,
"y": 178
},
{
"x": 404,
"y": 178
}
]
},
{
"completed": false,
"current": false,
"id": "flow3",
"type": "sequenceFlow",
"sourceRef": "apply2",
"targetRef": "apply3",
"name": "流转到3",
"waypoints": [
{
"x": 504,
"y": 178
},
{
"x": 629,
"y": 178
}
]
},
{
"completed": false,
"current": false,
"id": "flow4",
"type": "sequenceFlow",
"sourceRef": "apply3",
"targetRef": "end",
"name": "流转到结束",
"waypoints": [
{
"x": 729,
"y": 178
},
{
"x": 869,
"y": 177
}
]
}
],
"collapsed": [],
"diagramBeginX": 115.00000223517424,
"diagramBeginY": 138.00000158697372,
"diagramWidth": 897.9999740719801,
"diagramHeight": 218.00000158697372
},
"resultCode": "0"
}