01-10-2011 09:05 PM
01-27-2012 07:00 AM
01-27-2012 12:06 PM
01-30-2012 07:20 AM
01-30-2012 07:57 AM
02-14-2012 04:11 AM
02-17-2012 12:31 PM
02-20-2012 12:02 PM
04-25-2012 06:54 PM
no limitations besides maybe the number of concurrent job executors?You're right. The number of Job Executor theads limits the number of jobs executed in parallel.
Does the threading behaviour differ when using the "StandaloneInMemProcessEngineConfiguration" ?No.
I try to minimize an unit test to reproduce these previous exceptions.Your tasks have not set activiti:exclusive="false". Hence, one JobExecutor thread will execute all jobs sequentially:
Since activiti 5.9, the JobExecutor makes sure that jobs from a single process instance are never executed concurrently.See also: Activiti Userguide: Exclusive Jobs
[…]
All asynchronous continuations and timer events are thus exclusive by default. In addition, if you want a job to be non-exclusive, you can configure it as such using activiti:exclusive="false".
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.