End IF Node Inactive While Try Catch Node Still In Inactive Branch

I have noticed that I cannot use the end if node when I use a try-catch node in an inactive path.

As soon as I remove the try node it works. Is there a possibility that the end if node still works if I go through the upper path and keep the try-catch node in the lower path, which is inactive anyway?

@MikeMM I think you have to plan ahead the ‘wireing’ of your tasks. Try/Catch is something different from CASE tasks. Maybe you can create an example of what you want to do.

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