I have a node “Execute workflow”. In this sub-workflow I have a WAIT node (Usually DAYS) - always as the last node
Its working! The parent workflow do all his stufs and start the next workflow. But on “executions” im getting an error on the parent
TypeError: Cannot read properties of undefined (reading 'stack')
at Object.executeWorkflow (/usr/local/lib/node_modules/n8n/dist/src/WorkflowExecuteAdditionalData.js:552:66)
at async Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js:162:34)
at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:451:47
I’m sure the error is caused by this subworkflow “answer” (with waiting days)
How do I configure this subworkflow answer for the parent? To respond like a webhook or something like these
Parent worfflow finish like these:
And then, subworkflow starts (and wait for 7 days):
(My first topic, starting in the community)