08-20-2019 09:36 AM
I have two processes, that is, I have 2 bpmn diagrams(Ex: Leave.bpmn, Hiring.bpmn), I want each process to have its own database.
08-20-2019 09:43 AM
08-20-2019 09:50 AM
thanks for the link. Anyway this is my query if you can help ,please try to do so
I am using spring boot and in my application.properties, I have this:
spring.datasource.url=jdbc:mysql://localhost:3306/mysqldatabase?useSSL=false
Now I imagine we have to replace this line with more code and including process names.
Thanks
08-20-2019 10:27 AM
well, just add the activiti-engine as your dependency (remove activiti-spring-boot-starter). create your engine by following this. you can also use annotation driven prog.
Explore our Alfresco products with the links below. Use labels to filter content by product module.