0 votes

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?

by (260 points)

1 Answer

0 votes
by (272k points)

Hello,

Yes, your understanding is correct. You can also see the sequence of all the actions triggered by your operation in the execution log. For details on how to view the log, see https://www.adaxes.com/help/ViewOperationsPerformedViaAdaxes.

Related questions

0 votes
1 answer

Hi there. We have a number of business rules that are triggered when a user account is updated. However, we would like the business rules to be processed in a specific ... its dynamic group feature provided a way to achieve it on a schedule) Many thanks -Nick

asked May 26, 2015 by nick.gatt (50 points)
0 votes
1 answer

We have multiple business rules related to the modification of user properties which are specifically tailored for certain tasks. I'm trying to add another business rule which ... want the first rule to trigger. Hopefully this makes sense. Thanks in advance!

asked Apr 14, 2023 by Homelander90 (330 points)
0 votes
1 answer

Hi team, I have a follow up to this question https://www.adaxes.com/questions/14234/business-after-adding-members-powershell-script-executed Let me explain my setup A rule- ... area% failed due to the following exception: $($_.Exception.Message)", "Error") }

asked Feb 13 by wintec01 (1.1k points)
0 votes
1 answer

Hi, I have a business rule setup to perform actions after user creation. First action is to run a powershell script which works and it sets a required AD attribute ( ... new user sits in the original OU and does not move Am i missing something here?

asked Feb 6 by Lewis (40 points)
0 votes
1 answer

Hi, I need to retreive a secret from a Azure Keyvault in a business rule. I have a powershell script that works if i run a external command. But it fails if ... at <ScriptBlock>, <No file>: line 20 Any sugestion? Kind regards Reidar Dick-Henriksen

asked Dec 6, 2023 by reidardh (20 points)
3,351 questions
3,052 answers
7,794 comments
545,115 users