Describe the problem/error/question
If a subworkflow in a subworkflow ( 2 layers deep) errors, and the main workflow that executed both has “Continue using error output” activated, it never gives out the actual error message.
For example this was my actual errror which happend in the subworkflow:
Cannot publish workflow: Node “sub=pmc-005-emailToTicket-casavi-mainflow(MANUAL)/” references workflow GL6KyMx2v0CclKHQ (“pmc-005-emailToTicket-casavi-archiveEmailSub(MANUAL)”) which is not published. Please publish all referenced sub-workflows first.
But the one that showed up in the “top” workflow 2 layers above is this " request - please check your parameters"
THis doesnt tell me anything and now i have to start digging. Is there any way around this?
I need to have the error in the execution to display it in a form. It’s a form based workflow that shows errors
This doesn’t happen if the subworkflow only goes “1 layer deep” (so just the main-workflow executing a subworkflow)
