Hi,
Please let us know if there is any high availability deployment diagram for flowable engine available or any recommendations.
Regards,
Aradhya
Hi,
Please let us know if there is any high availability deployment diagram for flowable engine available or any recommendations.
Regards,
Aradhya
The Flowable engines have been designed such that it is easy to get a high-available scalable setup by simply adding more engine instances. The only thing that is shared between the engines is the relational database. So, in case you need high-availability, boot up a few instances and put a load balancer in front of them. Any engine is able to handle any method call.
Just make sure the engines pointing at the same DB have the same configuration.