I am trying to get the status of a postgres node which is inside a subflow. I have a catch node outside the subflow to catch errors of the postgres node. But when I try I am unable to get the status of the postgres node. It works fine if I take the node out of the subflow.
You can enable status of the subflow
and then inside the subflow wire up the catch node / or status node to that new "output"
then outside the status node you should be able to use a status node to get it.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.