n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 493 B
JSON
{
"type": "object",
"properties": {
"finished": {
"type": "boolean"
},
"id": {
"type": "string"
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"waitTill": {
"type": "null"
},
"workflowId": {
"type": "string"
}
},
"version": 4
}