Hello,
I have two processes:
1- the first process create a mailbox in Gmail for users
2-the second process creates Azure AD accounts for teh sames users.
I would like to send email notifications at the end of the second process to the Gmail accounts to prevent them that an Azure Ad account has been provisionned for them.
The 2 processes are linked to the same Business roles that triggers them. is there any order in the triggering of processes or is it random?
But how can i tell the second process not to start until a gmail account has been effectively created ?
Thanks for any help