09-04-2011 05:58 PM
… from a modeller process definition …
<startEvent id="Start_every_30sec_3" name="Start every 30sec">
<timerEventDefinition id="….">
<timeCycle id="…." xsi:type="tFormalExpression">0/30 * * * * ?</timeCycle>
</timerEventDefinition>
</startEvent>
From the user guide i read the following:A timer start event is used to create process instance at given time. It can be used both for processes which should start only once and for processes that should start in specific time intervals.I set jobExecutorActivate to true and when i start the process it is only executed once. How can i set the
09-05-2011 03:08 AM
<timerEventDefinition>
<timeCycle>R/PT1H</timeCycle>
</timerEventDefinition>
<timerEventDefinition>
<timeCycle>0 1 * * * ?</timeCycle>
</timerEventDefinition>
09-05-2011 03:12 AM
09-05-2011 02:52 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.