Error Handling - Containers vs. Component

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.

@vstefano this is a know problem and there is a ticket for it (AP-5069)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.