curl --location --request GET '/admin-api/bpm/process-instance/my-page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": "1024",
"name": "芋道",
"processDefinitionId": "2048",
"category": "1",
"status": 1,
"result": 2,
"createTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"tasks": [
{
"id": "1024",
"name": "芋道"
}
]
}
],
"total": 0
},
"msg": "string"
}