Hello. I would like to set up a processor that initiates my workflow as a
CRON driven processor. Furthermore, I must ensure that this processor does
not run for at least an hour from its previous run.

I would set my processor CRON driven specification like this:
0 15 * * * ? *
and I think I should set my Yield duration like this
3601 seconds

Can I use CRON driven in concert with Yield duration like I described to
meet this requirement? Thanks very much in advance for your help.

Reply via email to