I am upgrading a project from server build 2022.1 to 2025.9. There is a workflow with a UI step set as the final screen. It is followed by a workflow call step with dependency type Failure. Previously when the workflow window was closed the last step was executed. With changes introduced to the handling of workflows, even when the workflow is ended in a dirty state, the Failure step is not executed.
If the final screen is closed in a dirty state, it should be taken as an error and it should trigger the OnFailure step.