Hi
Currently we are using version 8.1.2
We have a custom process "CCC_PersonWantsOrg_Assign group membership to AD account" on PersonWantsOrg table which is used to assign group membership to AD accounts once ITshop request is approved. This process contains below process steps.
1. Assign Group Membership to AD account
2. Send Notification email to the user
Once step 1 is processed, ADS_ADSGroup_Update job is generated and group membership is provisioned to AD. Parallelly we are sending notification email to the user as per step 2.
In some of the cases, once step 1 is processed, ADS_ADSGroup_Update job is generated and Job is failing for various reasons. but in this case, we are still sending the notification email to the user as per step 2 eventhough group membership is not assigned in AD.
We could notice GenProcID is same on ADS_ADSGroup_Update & CCC_PersonWantsOrg_Assign group membership to AD account jobs.
Is there a way we can add another process step on process "CCC_PersonWantsOrg_Assign group membership to AD account" to check if ADS_ADSGroup_Update job is completed and then send notification email to the user ?