Hello Guys,
I need advice for camunda… in BPMN how camunda get data from database external?, and are there any best practices?
Thanks
Hello Guys,
I need advice for camunda… in BPMN how camunda get data from database external?, and are there any best practices?
Thanks
@budiman_rahardjo you can configure multiple datasources in the process applications, but for the process engine to use the datasource just annotate the datasource as @Bean(name="camundaBpmDataSource")
Refer this section to configure multiple datasources in the process application.