How would I go about setting up a daily scheduled task to execute a process?

1,118 views
Skip to first unread message

tony...@gmail.com

unread,
Aug 21, 2015, 1:52:03 AM8/21/15
to camunda BPM users
I have a clean up process I would like to execute on a daily basis. How would I go about setting this up in camunda?

Bernd Rücker (camunda)

unread,
Aug 21, 2015, 2:40:09 AM8/21/15
to camunda-...@googlegroups.com
Hi Tonywr71.

See
https://groups.google.com/forum/#!msg/camunda-bpm-users/MAA7oBEEY9o/UIt_96vZG6MJ -
hope that helps?

Cheers
Bernd

-----Ursprüngliche Nachricht-----
Von: camunda-...@googlegroups.com
[mailto:camunda-...@googlegroups.com] Im Auftrag von
tony...@gmail.com
Gesendet: Freitag, 21. August 2015 07:52
An: camunda BPM users <camunda-...@googlegroups.com>
Betreff: [camunda-bpm-users] How would I go about setting up a daily
scheduled task to execute a process?

I have a clean up process I would like to execute on a daily basis. How
would I go about setting this up in camunda?

--
You received this message because you are subscribed to the Google Groups
"camunda BPM users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to camunda-bpm-us...@googlegroups.com.
To post to this group, send email to camunda-...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/camunda-bpm-users/0a8d74d6-1bd9-44bd-b725-895ccc094c45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Philipp Ossler

unread,
Aug 21, 2015, 2:47:09 AM8/21/15
to camunda BPM users
Hi,

you can use a timer start event to start a process instance every day. See [1] for details.

<startEvent id="theStart">
   
<timerEventDefinition>
       
<timeCycle>R/P1D</timeCycle>
   
</timerEventDefinition>
</startEvent>

Greetings,
Philipp

tony...@gmail.com

unread,
Aug 21, 2015, 3:19:16 AM8/21/15
to camunda BPM users
Thanks Philipp, that's exactly what I was looking for.
Reply all
Reply to author
Forward
0 new messages