curl --location '/public-api/v1/workflow/getChainStatus' \
--header 'Content-Type: application/json' \
--data '{
"executeId": "string",
"nodes": [
{
"nodeId": "string",
"nodeName": "string",
"status": 0,
"message": "string",
"result": {
"key": {}
},
"suspendForParameters": [
{
"id": "string",
"name": "string",
"description": "string",
"dataType": "{value: String}",
"contentType": "string",
"ref": "string",
"refType": "REF",
"value": "string",
"required": true,
"defaultValue": "string",
"children": [
{}
],
"enums": [
{}
],
"formType": "string",
"formLabel": "string",
"formPlaceholder": "string",
"formDescription": "string",
"formAttrs": "string"
}
]
}
]
}'{
"errorCode": 0,
"message": "",
"data": {
"executeId": "",
"status": 0,
"message": "",
"result": {
"": {}
},
"nodes": {
"": {
"nodeId": "",
"nodeName": "",
"status": 0,
"message": "",
"result": {
"": {}
},
"suspendForParameters": [
{
"id": "",
"name": "",
"description": "",
"dataType": "",
"contentType": "",
"ref": "",
"refType": "",
"value": "",
"required": false,
"defaultValue": "",
"children": [
{
"id": "",
"name": "",
"description": "",
"dataType": "",
"contentType": "",
"ref": "",
"refType": "",
"value": "",
"required": false,
"defaultValue": "",
"children": [],
"enums": [
{}
],
"formType": "",
"formLabel": "",
"formPlaceholder": "",
"formDescription": "",
"formAttrs": ""
}
],
"enums": [
{}
],
"formType": "",
"formLabel": "",
"formPlaceholder": "",
"formDescription": "",
"formAttrs": ""
}
]
}
}
}
}