Understanding Filters
Table of contents
Table of contents
General Overview
Filters are used inside of various components to filter actions, events, transitions, etc. The general format is like this:
Single filter
"filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }
List of filters
filters": [{ "test": "in_lava", "subject": "self", "operator": "==", "value": true }]