Add a confirmation pop-up asking “Are you sure you want to stop the execution of the pipeline?” when deploying through Cloud Manager.
Use-case:
When deploying a pipeline through Adobe Cloud Manager, users can accidentally click the “Stop Execution” button instead of “Resume” during the deployment process.
If this happens, the pipeline stops immediately without any confirmation, forcing the user to restart the deployment from the beginning. Although the package is reused and some steps can be skipped, this still causes unnecessary delays and confusion, especially in production environments.
Adding a confirmation pop-up (e.g., “Are you sure you want to stop the execution of the pipeline?”) would prevent accidental interruptions and help ensure smoother, safer deployments.
Current/Experienced Behavior:
Currently, when a pipeline is running in Adobe Cloud Manager, the “Stop Execution” button can be clicked at any time during the deployment process. Once it’s clicked — even by mistake — the pipeline stops immediately without any confirmation or warning message.
As a result, users must restart the entire process, even if the interruption was accidental. Although Cloud Manager reuses the same package, some steps still need to be repeated, which causes unnecessary delays and additional manual work.
Improved/Expected Behavior:
When a user clicks the “Stop Execution” button during a pipeline deployment in Adobe Cloud Manager, a confirmation pop-up should appear asking for verification before the process is stopped.
The pop-up could display a simple message such as:
“Are you sure you want to stop the execution of the pipeline?”
Only if the user confirms the action (for example, by clicking “Yes” or “Confirm”) should the deployment be terminated. If the user clicks “Cancel”, the pipeline should continue running without interruption.
This improvement would prevent accidental clicks from stopping active deployments and help ensure a smoother and safer release process, especially in production environments.
Environment Details (AEM version/service pack, any other specifics if applicable):
AEM as a Cloud Service
Cloud Manager – Production and Staging pipelines
Example shown from Production deployment pipeline
Current version and service pack are aligned with AEM Cloud Service latest release (SP23)