-
Type:
Feature Request
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
-
None
Extend the HistoricTaskInstanceQuery API by following functionality:
processVariableValueNotEquals(String variableName, Object variableValue)
processVariableValueLike(String, Object)
processVariableValueGreaterThan(String, Object)
processVariableValueGreaterThanOrEqual(String, Object)
processVariableValueLessThan(String, Object)
processVariableValueLessThanOrEqual(String, Object)
Related to https://github.com/camunda/camunda-bpm-platform/pull/287