{
"processId": "...",
"name": "...",
"description": "...",
"published": false,
"trigger": { "nodeAlias": "trigger", "nodeId": "...", "triggerType": "...", "name": "...", "config": { ... } },
"nodes": [ { "nodeAlias": "...", "nodeId": "...", "nodeType": "...", "name": "...", "prevNode": {...}, "parentNode": {...}, "config": { ... } }, ... ]
}curl --location 'https://api.mingdao.com/v3/app/workflows/' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'{
"success": true,
"data": {
"processId": "string",
"name": "string",
"description": "string",
"published": true,
"trigger": {
"nodeAlias": "string",
"nodeId": "string",
"nodeType": "string",
"name": "string",
"prevNode": {
"property1": "string",
"property2": "string"
},
"parentNode": {
"property1": "string",
"property2": "string"
},
"config": {
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
},
"nodes": [
{
"nodeAlias": "string",
"nodeId": "string",
"nodeType": "string",
"name": "string",
"prevNode": {
"property1": "string",
"property2": "string"
},
"parentNode": {
"property1": "string",
"property2": "string"
},
"config": {
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}
]
},
"error_code": 0,
"error_msg": "string"
}