NovatecConsulting / camunda-platform-7-cinema

BPMN process to book seats for a movie in a cinema. If the booking goes through, a QR Code with the process id is generated. This showcase is used to show different techniques in BPMN.
Apache License 2.0
8 stars 3 forks source link

How do we use expressions to call Java classes from a ServiceTask? #2

Closed itsmestefanjay closed 3 years ago

itsmestefanjay commented 3 years ago

Using ${bean.method()} as expression in a ServiceTask doesn't work

itsmestefanjay commented 3 years ago

call is correct but the beans must be annotated with a name @Bean(name="bean") public void Bean bean()

itsmestefanjay commented 3 years ago

answered