I have a series of metanodes that execute independent workflows. The need to be executed sequentially so I connected them using a variable connector.
There might be cases where Metanode1 experiences an empty data table. Due to that, the flow just stops. It is ok if the workflow in Metanode one has an empty data table and cant execute, I would like it to skip the remaining nodes and goto the next metanode.
I tried flowing a variable using empty table switch, but each metanode can only accept one variable.
Does anyone know how to do what I am trying to achieve?
This is the part of the workflow I am having problems with: