Is there any documentation on JsonPath Filter expressions in workflows ?
This documentation might help
2 Likes
Hello,
You may also use Triggers - SailPoint Identity Services.
You have JSON Sample to help you to build filters
++
2 Likes
Between your two answers I was able to quickly build a filter to only trigger a workflow on LCS change to term.
Thank you!!
That’s great. Can you provide a sample workflow ?
This is what I have now.
$.changes[?(@.attribute == “cloudLifecycleState” && @.newValue == “inactive”)]
2 Likes
2 posts were split to a new topic: Filter Provisioning Completed trigger in Workflows
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.