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

Enable generation of polyflow properties metadata #564

Closed jangalinski closed 2 years ago

jangalinski commented 2 years ago

Scenario

Current Behaviour

While editing the yaml to set up the required properties, IDEA marks the elements yellow and says: `Cannot resolve configuration property 'polyflow.xxx.xxx'

Wanted Behaviour

polyflow properties support spring boot properties and suggest auto-completion

Possible Workarounds

zambrovski commented 2 years ago

Activate annotation (kapt) processing with Spring Annotation processor.