TimerCycle repeat

I have process that starts with TimeCycle.
Are there ways re-evaluate a time cycle without execute job (set job due date) ?

Sure, you can configure the timer start event with a cron expression to repeat at regular intervals…

Note however that the modeller does not accept all cron expressions, eg wildcards in the expression seem to confuse it…

Regards

Rob

Thanks, but if I want change cron expression in Timer, it doesn’t change in Database

Hi,
Im a little puzzled with what your trying to achieve. Is it;

A cycle start event to start at a repeatable cycle or,
A process in an endless loop which can loop back to the start, and effectively pause for a dynamically determined period…

For this latter case, you could use a timer intermediate event as opposed to a timer start event. This can use a Feel expression to dynamically calculate the pause time…

Regards

Rob

1 Like

It’s my process. I want have ability changing cron process executing

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.