camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.12k stars 1.56k forks source link

In Quarkus, I can register process engine plugins #2611

Open ThorbenLindhauer opened 3 years ago

ThorbenLindhauer commented 3 years ago

This issue was imported from JIRA:

Field Value
JIRA Link CAM-13633
Reporter @tasso94
Has restricted visibility comments false

User Story (Required on creation):

As a user, I can register process engine plugins by defining the implementation class as a bean.

Functional Requirements (Required before implementation):

Technical Requirements (Required before implementation):

Limitations of Scope (Optional):

Hints

Links:

StephenOTT commented 1 year ago

+1 as this is a pain point for using spin and we currently have to do this mess

https://github.com/camunda/camunda-bpm-examples/blob/master/quarkus-extension/spin-plugin-example/src/main/java/org/camunda/bpm/quarkus/example/EngineConfiguration.java