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
67 stars 26 forks source link

Improve JPA View entity definitions #829

Closed zambrovski closed 1 year ago

zambrovski commented 1 year ago

Scenario

Current Behaviour

Currently only few field annotations exists on task, data_entry, process_definition.

Wanted Behaviour

Columns sizes and indexes should be present in entity code, so e.g. generated SQL code is more accurate.

Possible Workarounds

Manually change SQL.