I am having requirement is to provision one source on completion of another one let suppose if I have source 1 and Source 2, I want to control the provisioning of these sources that Source 2 provisioning should start on completion of Source 1, What I am trying out to achieve, I created one workflow with trigger ‘PROVISIONING COMPLETED’ where I am trying to use below filter but it is not able to trigger workflow can anyone help me to set it up correctly . Do I need to use any more filter here or Is it sufficient for now.
The filter above should address the primary error you’re encountering. That said, I’m curious to understand how you’re implementing the second provisioning—just out of interest.
@sidharth_tarlapally We have to handle Second Provisioning via SDIM but it should be after Entra Provisioning. I believe workflow would be the only option to control the provisioning for these two sources.
Jesvin , I tried your filter but its not even allowing me to save the workflow, seems to be syntax error, could you please check whether its showing same error when you are trying to save workflow?
Try to use the below filter,
$.accountRequests[?(@.provisioningResult == “committed” && @.provisioningTarget == “SourceName” && @.accountOperation==“Create”)]
Hi Everyone,
This provisioning worked with the provided filter. @jesvin90@BhanuK1 but I got one only challenge here. Provisioning engine is not able to catch the event. Means my workflow worked only in the case or manual request submission but still non responding on case of birthright provisioning.
My use case is to automatically provision access profile after the source 1 provisioning completed. But it’s seems to be non working for such requirement. For manual request submission filter worked successfully.