Support for start timer event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2011 11:53 AM
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
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
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2011 07:04 PM
Hello,
is the BPMN 2 element "start timer element" supported by Activiti 5.3?
Chris
No, it is not as you deduced correctly.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2011 05:28 AM
Correct. However, Maciek is working on it, but nothing has been planned as he is doing it all in his free time.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2011 02:31 PM
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?
task with an timer boundary? or is the timer boundary not supported too?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2011 02:45 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2011 03:41 PM
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
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…
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

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…
