By default, the Finally section within the workflow activity contains only the Clean Application Exit activity. This ensures that all open windows are closed when the workflow is completed.
The Finally block is executed if:
- The process finishes without an error.
- The process has reached the section for handled errors and no error has been raised in it.
- The process has reached the unhandled error section and no error has been raised in it.