06-21-2019 02:37 AM
We are facing issues with respect to the timer based events in Activiti. The timers are not triggered consistently.
The detailed explanation is below:
There is a intermediate catch event which has to trigger a script task after 90 minutes. Sometimes the script task is triggered on time that is exactly after 90 minutes but sometimes the script task is called after 2 hours or 3 hours.
<intermediateCatchEvent id="timerintermediatecatchevent2" name="TimerCatchEvent">
<timerEventDefinition>
<timeDuration>PT90M</timeDuration>
</timerEventDefinition>
</intermediateCatchEvent>
Our expected behavior is always it has to trigger exactly after 90 minutes. We are using Activiti v6 in Spring boot application. This is hosted in an EC2 instance in AWS.
Questions:
Explore our Alfresco products with the links below. Use labels to filter content by product module.