How to camunda get data from DB external?

Hello Guys,

I need advice for camunda… in BPMN how camunda get data from database external?, and are there any best practices?

Thanks :rocket::rocket::rocket:

@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.