{
"workflowId": "string",
"status": "NOT_START",
"workflowInstanceId": "string",
"nodeId": "string",
"nodeStatus": {
"status": "NOT_START",
"log": "string",
"executeTime": 0,
"dsId": "string",
"input": [
[
{
"id": "string",
"label": "string",
"value": {},
"type": "string"
}
]
],
"output": [
[
{
"id": "string",
"label": "string",
"value": {},
"type": "string"
}
]
],
"runtime": 0
}
}
curl --location --request POST '/lighthouse/app/api/v1//workflow/updateWorkflowLog' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflowId": "string",
"status": "NOT_START",
"workflowInstanceId": "string",
"nodeId": "string",
"nodeStatus": {
"status": "NOT_START",
"log": "string",
"executeTime": 0,
"dsId": "string",
"input": [
[
{
"id": "string",
"label": "string",
"value": {},
"type": "string"
}
]
],
"output": [
[
{
"id": "string",
"label": "string",
"value": {},
"type": "string"
}
]
],
"runtime": 0
}
}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {}
}