{
"instanceId": 36702,
"loginUserId": "zhangsan",
"entId": "ceshiQiye"
}
curl --location --request POST '/openApi/out/app/openworkflow/getInstanceToDoNodeInfo' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"instanceId": 36702,
"loginUserId": "zhangsan",
"entId": "ceshiQiye"
}'
{
"status": "",
"code": "",
"msg": "string",
"result": {
"36702": {
"nodeTitle": "",
"handlers": {
"ApiTest": ""
},
"nodeKey": ""
},
"36705": {
"nodeTitle": "",
"handlers": {
"Uzhangsan": "",
"Ulisi": ""
},
"nodeKey": ""
}
},
"success": "",
"guid": ""
}