Hi all.
I`am new to Camunda, and a bit lost.
Could somebody point me where I can find information about connecting locally deployed spring boot application with remote camunda run platform?
how I can use JavaDelegate in this scenario?
Regards
Marcin
Hi Marcin,
Firstly the way I understand is that Camunda is a framework. What it mean is that you can simply inject a entire BPM suite inside your existing Java Application by brining dependencies into it via POM.xml.
But in case you want to have one camunda engine serving to multiple consumer then you can connect via REST API provided by Camunda. Best way to learn Camunda is to follow Camunda Academy course for Java developer.
Thanks
-Manash
1 Like