We are planning to implement Activiti as Work Flow solution. I have sen post for Activiti in Clustered environment. Is Clustering Test done? How stable Activiti in Cluster environment for v5.10?
Can one Activiti server node point to Clustered of MySql database instance? If one mysql instance down than would it make operation on other node? I believe we need to configure replication for Mysql data for different node so all activiti data will be in sync and provide high availability.
Activiti can be used in a clustered environment. If you also want to cluster your database that should be no problem as well, because for Activiti this should be pretty much the same as connecting to one single database. The database clustering is handled by MySQL not by Activiti.