Good morning,
I have a flow with two containers and an error flow control (try data port/catch errors).
Using the two containers the flow does not work. If I transform the two containers in a component, then it workds (I understand that the component is considered as a unique node hence this is why it works).
But I keep not understanding why I am forced to create the component if I have inserted the error check before the first container. It should work in both cases.
I am just curious to understand the technical reason behind it.