Description of problem:
When "interrupt before" is set on a node and that node is made the pipeline entry point, the UI disables the interrupt-before switch (cannot be toggled) while still showing that the node is interrupted; running the pipeline then immediately triggers the interruption
Steps to Reproduce:
- Enable the "interrupt before" option on any pipeline node.
- Set the same node as the pipeline entry point.
- Observe the state of the interrupt-before toggle in the UI.
Expected Result:
One of the following behaviors should occur:
- The interruption setting is automatically disabled and removed from the YAML configuration when the node becomes the entry point.
or
- The interrupt-before toggle remains enabled and editable, clearly displaying its current state and allowing the user to manually change it.
Actual Result:
- The interrupt-before toggle becomes disabled (non-editable) in the UI.
- The UI still indicates that the interruption is active.
- In YAML the interruption still presents
- When the pipeline is executed, the interruption is triggered immediately.
Link(s) to Reproduce:
https://dev.elitea.ai/app/406/pipelines/all/352?viewMode=owner&name=InterruptionBeforeBug&isFromCreation=true
Stage/Next env

Dev env
