n8n-nodes-base
Version:
Base nodes of n8n
31 lines (30 loc) • 559 B
JSON
{
"type": "object",
"properties": {
"finished": {
"type": "boolean"
},
"id": {
"type": "string"
},
"mode": {
"type": "string"
},
"retrySuccessId": {
"type": "null"
},
"startedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"waitTill": {
"type": "null"
},
"workflowId": {
"type": "string"
}
},
"version": 5
}