Interrupt handler package
- Updated: 2025/08/28
Interrupt handler package
Interrupt handler package improves automation resiliency by identifying and managing unexpected in-product pop-ups that might occur during automation or task execution.
Considerations
- If you use the Stop action in the Handle action block, it will stop the execution of the entire automation.
- Interrupts are not checked or verified while executing the actions in the handler section.
- If an interrupt handler block is added inside the Handle action, system will not look for those interrupts.
Sample use case
- Handle1: Log in prompt to the network folder
- Handle2: Session timeout pop-up of the ERP system.
- Handle3: Window security pop-up
- Open the network folder and access the invoices.
- Read the invoices and upload the data into the ERP system.
- Send a confirmation email.
If the session timeout pop-up of the ERP system appears during automation execution, Handle 2 is triggered. The interrupt is detected immediately and the actions inside the Handle2 are executed and another log in attempt is initiated. After resolving the interrupt, the automation proceeds to the next step of uploading the invoices without checking the Handle 1. A confirmation email is triggered after the upload completes.
The various possible pop-ups are handled without any interruptions to the automation deployment and minimum user intervention.
Actions in the Interrupt handler package
The following actions are available: