Function node issue

Hello,
I would like to find out if there is any way I would be able to call an ‘execute another workflow’ node in the function node as a code.

Hey @ruby09, you’re much better off with sticking to the actual Execute Workflow node and use a Function before and afterwards if you want to run a workflow in the middle of your own code.

If you want to try and reverse engineer your way through what the node does behind the scenes you can find the respective code here, though I am not sure if and how you can get this to work in the Function node.