Is there any documentation on JsonPath Filter expressions in workflows ?
This documentation might help
Hello,
You may also use Triggers - SailPoint Identity Services.
You have JSON Sample to help you to build filters ![]()
++
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”)]
