Scenario
Description of your use case:
I combine miranum-connect annotations with process-engine-worker annotations to automatically create element templates for my workers using the element-templates-generator-maven-plugin.
I would like to replace the miranum-connect Maven plugin with a process-engine-worker Maven plugin.
Current Behaviour
I currently need to combine process-engine-worker with miranum-connect to generate element templates.
Wanted Behaviour
process-engine-worker should provide a Maven (and Gradle) plugin to generate element templates for workers, removing the need to rely on miranum-connect.
Motivation / Benefit
- Simplifies the setup by only depending on
process-engine-worker
- Ensures consistency and avoids mixing multiple annotation processors
- Provides first-class support for element template generation directly within
process-engine-worker
Scenario
Description of your use case:
I combine
miranum-connectannotations withprocess-engine-workerannotations to automatically create element templates for my workers using theelement-templates-generator-maven-plugin.I would like to replace the
miranum-connectMaven plugin with aprocess-engine-workerMaven plugin.Current Behaviour
I currently need to combine
process-engine-workerwithmiranum-connectto generate element templates.Wanted Behaviour
process-engine-workershould provide a Maven (and Gradle) plugin to generate element templates for workers, removing the need to rely onmiranum-connect.Motivation / Benefit
process-engine-workerprocess-engine-worker