camunda-bpm-taskpool icon indicating copy to clipboard operation
camunda-bpm-taskpool copied to clipboard

JPA View should disable services if these are disabled via properties

Open zambrovski opened this issue 4 years ago • 0 comments

Steps to reproduce

  • camunda-bpm-taskpool version: 3.1.3

Expected behaviour

The services are disabled completely if the corresponding item is not enabled in the properties.

Actual behaviour

Currently, the JPA View services are not saving items if these are not enabled in the application properties. But the services (Task, ProcessDefinition, DataEntry, ProcessInstance, etc...) are still active and events are delivered to them.

zambrovski avatar Sep 23 '21 10:09 zambrovski