Adds a new filter attribute to this filter. The filter attribute represents a new condition to filter instances. You can create Conditions over any of the valid instance variables of the process.
| Name | Type | Description | Mode |
|---|---|---|---|
| variable | String | the identification of the variable to compare | in |
| comparator | Enum Comparison(IS,IS_NOT,LESS_THAN,LESS_OR_EQUALS,GREATER_THAN,GREATER_OR_EQUALS,IS_NULL,IS_NOT_NULL,BEGIN_WITH,NOT_BEGIN_WITH,END_WITH,NOT_END_WITH,CONTAINS,NOT_CONTAINS,BEFORE,AFTER,BETWEEN,NOT_BETWEEN) | Comparison to use. | in |
| value | Java.Lang.Object | The Object representing the value to compare. Its type must be the one defined for the variable | in |