I am unable to trigger a provisioning completed workflow using the following filter logic:
$.accountRequests[?(@.source.name==“Test Active Directory” && @.provisioningResult==“committed” && @.accountOperation"Create")]
I have also tried the following variations with no luck:
$.input.accountRequests[…]
…@.accountOperation(“CREATE”)…
…@.provisioningResult==“SUCCESS”…
The workflow, with no json filter query, executed fine and the above path should work based on the csv results I was able to pull from the successful run. The only thing I can think of is if the json path filter does not support logical operators like == and &&.