Workflow exit rules, as the name implies, determine the workflow's exit point.
It applies to the entire workflow in general, as opposed to entry rules, which are applied step by step.
If any of the exit conditions specified in the workflow is met, the workflow execution will be terminated at that point.
Using the AND/OR options, you can add multiple exit rule combinations in a single workflow.