-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Problem:
The https://docs.camunda.org/javadoc/camunda-bpm-platform/7.14/org/camunda/bpm/engine/runtime/EventSubscriptionQuery.html#eventType-java.lang.String- Javadoc says that one of the filter values is "compensation".
Expected:
The Compensation EventType has the value compensate (https://github.com/camunda/camunda-bpm-platform/blob/master/engine/src/main/java/org/camunda/bpm/engine/impl/event/EventType.java#L32).
AC:
The EventSubscriptionQuery#eventType(..) Javadoc is updated.