jbpm timers are not running in two processes working simultaneously

时间:2019-03-06 11:31:54

标签: timer jbpm

I have two JBPM processess. They are almost the same. In every process I create a loop with a timer (intermediate catch event). When I start first or second process, everything works fine: the timer fires every loop (for example, duration is 1 second (PT1S) or 200ms).

bpmn with timer in cycle

properties (timer)

But I've got a problem with timers, when I use two processes simultaneously. The timer works only in the process, which was started first, but never in the second process. Timers don't want to work simultaneously in two processes!

What's the matter? It looks like timers interfere each other in two processes. Did somebody experience the problem?

I use JBPM 7.

0 个答案:

没有答案