cancel
Showing results for 
Search instead for 
Did you mean: 

Support for start timer event

chris_joelly
Champ in-the-making
Champ in-the-making
Hello,

is the BPMN 2 element "start timer element" supported by Activiti 5.3?
As there is no "Activiti palette" anymore in the modeller and no element
in the latest version of the eclipse designer and the documentation does
not list this element it seems that it is not possible to trigger processes
using that element?

Chris
5 REPLIES 5

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Hello,

is the BPMN 2 element "start timer element" supported by Activiti 5.3?
Chris

No, it is not as you deduced correctly.

jbarrez
Star Contributor
Star Contributor
Correct. However, Maciek is working on it, but nothing has been planned as he is doing it all in his free time.

chris_joelly
Champ in-the-making
Champ in-the-making
just my thinking: would it be possible to emulate the start timer event using a normal
task with an timer boundary? or is the timer boundary not supported too?

jbarrez
Star Contributor
Star Contributor
Timer boundary is supported yes. You could emulate it, but that would mean that you will have to have one process instance active to fire the other processes

chris_joelly
Champ in-the-making
Champ in-the-making
I thought of doing something like this:

a NOOP task should run in a loop till it is cancelled by the timer boundary,
thus emulating a start timer event. The flow continues to the task i want
to be executed periodically and a parallel gateway will continue with the
process and take care of starting the sequence again.
I have attached a diagram of what i am thinking of Smiley Happy

I have not tried if this will work, and i am unsure how to proceed with the
results from the Importtask, as it will return a list of objects, which each
of them should be processed independently…