-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
AT
Examples exist in the camunda-bpm-examples repository.
Any of the examples have some engine configuration set in the application.properties file.
Ideas of Examples
- Process Engine Plugin example (spin seems to be a good fit)
- Endpoint where JSON can be sent; the process deserializes the JSON, starts multi instances based on an array in the JSON and calls a JavaDelegate, and logs the respective element to the console
- Deployment Example
- Scanning a BPMN file from the classpath and deploy it
- Create multiple deployments
- Datasource configuration (@Transcational annotations)
- Something with H2
- Add some named datasource and choose it via quarkus.camunda.datasource property
- Have configurations for other database products we support commented
- [OPTIONAL] Something with Forms
- This example could be adjusted: https://github.com/camunda/camunda-bpm-examples/tree/master/bpmn-model-api/generate-jsf-form
Job Executor with configurations=> not very clear to the user what's going onSimple REST API endpoint to e.g., start a process instance (could also be coupled with @RequestScope of engine-cdi module)=> already presentInvoice Example (maybe also with data source configurations in place)=> makes no sense without REST API and Webapps
This is the controller panel for Smart Panels app
- depends on
-
CAM-13853 [EXAMPLE] Datasource example
- Closed