Hi,
Use the WAL: Create Resource action.
You can use either the Conflicting Resource Search Filter or Activity Execution Condition.
https://github.com/Microsoft/MIMWAL/wiki/Create-Resource-Activity
Br,
Leo
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
Is there a way to add a conditions before executing a workflow ?
Let me explain quickly... I have all my users in MIM portal and I have added an option for IT support to create "admin" accounts for users with a tickbox. Once the tickbox is ticked, the account is created by a WF. But, is there a way to check before creating this admin account that the admin account is not already created?
Thank you,
Hi,
Use the WAL: Create Resource action.
You can use either the Conflicting Resource Search Filter or Activity Execution Condition.
https://github.com/Microsoft/MIMWAL/wiki/Create-Resource-Activity
Br,
Leo
Hi,
Haha, tagged again!
Yes. You can use e.g. MIMWAL MIMWAL
Use the Conditional Execution Capability to determine if account should be created or not.
Br,
Leo
Hi Leo, :) Thanks for your reply, I have MIMWAL installed already, do you know if I miss the "Conditional Execution Capability" option ? ![78734-2021-03-17-10-31-01.png][1] [1]: /api/attachments/78734-2021-03-17-10-31-01.png?platform=QnA
Is this conflicting search seems OK to you ?
/Person[AccountName = '"W"+[//TARGET/AccountName]']
I need to search if the account name I want to create is not already created
I have my answer, what I wrote above is not working. But this one worked :
/Person[AccountName = 'W[//TARGET/AccountName]']
Thanks a lot !!