We have just started developing few POC's on Spring Activiti as it is powerful in BPM workflow and we came up with one scenario which we do want to understand how spring activiti works with loadbalancer.
If suppose we have two servers, and that are balanced with load balancer.
Scenario:
- If one workflow has started in one server and how does the other server knows the workflow has started already or not.
Could someone please help me in the above scenario.