Details
-
Fix
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.6.3
-
None
-
None
Description
Current Behavior:
When a fork instruction is used in a workflow, and a try-catch is copied across branches, error handling fails and unexpected behavior occurs if a job is included in the catch block; without a job, it works correctly.
Desired Behavior:
When using a fork instruction in a workflow, placing a try-catch in multiple branches should work consistently, with error handling functioning correctly whether or not a job is included in the catch block.
Please refer to the attached image for your reference.