Resetting timeout on a TimerBoundaryEvent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2014 12:37 PM
Is it possible to reset (i.e. restart, change the firing date) of a particular timerBoundaryEvent?
Suppose I set a boundary Event attached to a UserTask to the value of ${timeout}. The userTask starts and a timer boundary evaluates the ${timeout} value setting a timer to fire the boundary event at that particular time.
Then, during the timeout period and during the user task, someone externally may decide that the timeout should be changed (increased, in the particular case).
Safe from updating the ACT_RU_JOB table directly, there is no programmatic way of doing this via Activiti API, isn't it?
As far as I get, such table is read every X seconds (5 as default) by the jobExecutor, and only the *due* timers are picked up (so there may be a delay of up to 5 seconds for a timer to fire, isn't it)?
Suppose I set a boundary Event attached to a UserTask to the value of ${timeout}. The userTask starts and a timer boundary evaluates the ${timeout} value setting a timer to fire the boundary event at that particular time.
Then, during the timeout period and during the user task, someone externally may decide that the timeout should be changed (increased, in the particular case).
Safe from updating the ACT_RU_JOB table directly, there is no programmatic way of doing this via Activiti API, isn't it?
As far as I get, such table is read every X seconds (5 as default) by the jobExecutor, and only the *due* timers are picked up (so there may be a delay of up to 5 seconds for a timer to fire, isn't it)?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2014 12:52 AM
Hi,
API call - no (AFAIK)
5 seconds are not guarantied (it can vary).
Regards
Martin
API call - no (AFAIK)
5 seconds are not guarantied (it can vary).
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2014 02:43 PM
And the 5 seconds setting it is also configurable
