04-12-2011 01:48 AM
04-12-2011 04:05 AM
If multiple Activiti engines share one Repository DB, are there any issues?
In this environment, could each Activiti engine work independently?
In this environment, how could I query tasks, process instances which belong to the current activiti engine? It seems ProcessInstanceQuery and TaskQuery don't provide this functionality.
My use case is a HA system. There are some active processes. Each process contains one activiti engine, and execute workflow. There are other processes which are called as backup processes. These processes do nothing. If one active process crashes, there would be backup process selected. This backup process takes up the responsibility of the crashed active process. It start a activiti engine and continue to execute workflows.
04-14-2011 11:37 PM
Yes, no problem at all. That's how Activiti works in a clustered environment.I am new to Activiti. Could you tell me where could I get the doc or detailed instruction about Activiti in clustered environment, please?
What do you mean with 'current engine'. That doesnt seem like you want to have a common repository. If you want data per engine, you need to have a separate db per engine.
With process you dont mean a BPM 'process', right?
Your use case would be much easier solved by running multiple Activiti engines in a cluster.
04-15-2011 04:17 AM
I am new to Activiti. Could you tell me where could I get the doc or detailed instruction about Activiti in clustered environment, please?
"Current engine" means the activiti engine owned by the current application.
I want a common repository for all activiti engine.
08-09-2011 10:17 AM
08-09-2011 05:34 PM
11-15-2011 08:15 AM
Read what jbarrez wrote… There is effectively nothing special to do, other than to have all engines in the 'cluster' point to te same db
11-15-2011 10:15 AM
11-15-2011 12:08 PM
Hi,
What's your reasoning for asking?
Because the process definitions are just cached for performance reasons. So every engine in the cluster will have these definitions cached.
Best regards,
11-30-2011 03:48 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.