Context:
Currently, the user operations log endpoint only returns user task related user operations (See https://github.com/camunda/camunda-bpm-platform/blob/master/engine/src/main/java/org/camunda/bpm/engine/impl/optimize/OptimizeManager.java#L118).
Optimize would like to be able to retrieve process instance suspension related operations as well (suspend & unsuspend of instances/definitions) as those are used to update the state of the process instances in Optimize.
AT:
- The user operations log endpoint of the Optimize REST-API in the engine only returns user operations that lead to the suspension/activation of process instances
- the old user task related user operations logs are removed from Optimize since they aren't needed any longer
This is the controller panel for Smart Panels app
- is related to
-
OPT-3505 Suspend state is not imported via userOperationsLog
- Done