Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.0
-
None
Description
Current Situation
- Assume a Resource Lock Instruction with the name L1. The Resource Lock Instruction includes a job J1
- Assume a Try - Catch Instruction T1.
- When moving L1 into T1 then the name L1 no longer exists. The same happens when removing any object from the workflow.
Desired Behavior
- When moving L1 into T1, the name L1 should not be removed.