Disable workflow execute button while execution is in progress
A
Amilcar Jose Morales Vivas
Currently, when a workflow is triggered, the execute button remains enabled. If the workflow takes time to start, users can click the button multiple times, unintentionally triggering duplicate executions.
The execute button should be disabled (greyed out) immediately after the first click and remain disabled until the workflow reaches a terminal state (SUCCESS, FAILURE, or DECLINED), preventing accidental multiple executions.
Users may unknowingly trigger the same workflow several times in quick succession, leading to duplicate runs and unexpected results.