Merge pull request #96 from sailpoint-oss/fix/issue-93

Fixed for issue #93
This commit is contained in:
Colin McKibben
2022-11-03 10:52:19 -04:00
committed by GitHub

View File

@@ -43,8 +43,15 @@ matching your filter criteria.
## Constructing a Filter ## Constructing a Filter
Filters are constructed using a Event trigger filters are constructed using a **Jayway** JSONpath expression. See the following tables for a list of operators that can be used in a trigger filter.
[Goessner JSONpath expression](https://goessner.net/articles/JsonPath/).
:::info Update
SailPont's Workflow tool uses **Goessner** JSONpath when selecting variables to use in actions and operators. Please read the [Goessner](https://goessner.net/articles/JsonPath/) documentation to learn more about the supported operators.
Although variable selection in Workflows users Goessner, the trigger filter field in Workflows still follows the Jayway operators listed below.
:::
### Expressions ### Expressions