Jsonpath Filter Expressions

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 :wink:

++

2 Likes

@sharvari @alexandre_mazars

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”)]

image

1 Like

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.