...
The Push Modal and Wait action works similarly to the Push Modal action but with an added functionality i.e., it pauses the workflow until the modal is closed.
This ensures that the workflow does not proceed with further actions until the user completes an operation inside the modal, such as saving or canceling a form.
...
This action is ideal for scenarios where user input is critical to the continuation of the workflow and requires immediate attention within a pop-up interface.
Let’s explore the screens that follow, after drag-n-drop of Push Modal and Wait action on workflow canvas.
...