Rule 1. we have a business rule which disables a user account after updating a user. It then does some other actions.
Rule 2. we have a business rule which performs several actions when an account is disabled.
how is the flow of the business rules handled?
when rule 1 is triggered, and the account is disabled, is Rule 2 then triggered immediately and the flow of control handed back to rule 1 to continue?