Break component fails to terminate loops when placed in a different activityDescriptionWhen the Loop components, such as For, While, and Forloop, are placed within one activity, and the Break component is placed in a separate activity, it fails to terminate the loopSteps to Reproduce 1. Create two activity act1, and act2.2. Open activity act1.3. Drag and drop loop component (While, for, foreach, etc.) on design canvas in act1.4. Open act2.5. Add break component on design canvas and attach it to Start component in act2.6. Navigate to act1.7. Added act2 to loop port8. Run the act1, the loop doesn't halt as expected.WorkaroundPlace the Break component within the same activity as the loop.Related Problem: PRB1761570