Hello, everyone.
As far as I know, when used in a clustered environment, multiple activiti process engines can use the same database so that they can run in a load balancing way by giving all the engines the chances to get all the jobs created by engines.
But could the database become a bottle neck when the scale of the engine cluster getting larger?
So I think may be it's necessary to provide some job migration functionality for activiti process engine when used in a cluster environment and each operates on its own database. Am I correct?