holunda-io / camunda-bpm-taskpool

Library for pooling user tasks and process related business objects.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
68 stars 26 forks source link

The include in PolyflowJpaViewProperties will only apply attributes with depth of 1 #445

Closed d-oldenburg closed 3 years ago

d-oldenburg commented 3 years ago

Steps to reproduce

Expected behaviour

All values given in the configuration for the include of the configuration PolyflowJpaViewProperties should be applied and written in the database table plf_data_entry_payload_attributes.

Actual behaviour

In the module polyflow-view-jpa the include of the configuration PolyflowJpaViewProperties will only accept values with depth size of 1 to the database table plf_data_entry_payload_attributes. All depths greater than 1 won't be applied to it.

Problem description

If you configure PolyflowJpaViewProperties via with the following yaml-snippet in your application.yaml:

polyflow.view.jpa:
  stored-items: data-entry
  data-entry-filters:
    include: first, second, third.foo, third.fooTwo

only the first two attributes (first and second ) are used to write values into the table plf_data_entry_payload_attributes.

zambrovski commented 3 years ago

Closed by adafb924dc1c33