Boundary timer - recurring time interval

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2016 02:14 PM
Hi,
I'm trying to set a boundary timer in a user task with a time cycle repeating every minute until the user task is done.
Time cycle following ISO 8601: <strong>R/PT1M</strong>
After a minute the boundary action starts to execute every less than a second, I mean, in a few seconds the boundary timer has been executed thousand of times and continues forever. And if I try to remove the process using the API or activiti-explorer it's not possible because of an StackOverFlowException so I have to remove the activiti schema and create it again from scratch.
I'm attaching a bpm diagram with the issue.
Activiti version: 5.17.1
Using MySQL
Running under WildFly 9.0.2
Thanks in advance.
<!–break–>
I'm trying to set a boundary timer in a user task with a time cycle repeating every minute until the user task is done.
Time cycle following ISO 8601: <strong>R/PT1M</strong>
After a minute the boundary action starts to execute every less than a second, I mean, in a few seconds the boundary timer has been executed thousand of times and continues forever. And if I try to remove the process using the API or activiti-explorer it's not possible because of an StackOverFlowException so I have to remove the activiti schema and create it again from scratch.
I'm attaching a bpm diagram with the issue.
Activiti version: 5.17.1
Using MySQL
Running under WildFly 9.0.2
Thanks in advance.
<!–break–>
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 04:44 AM
Can you try to test this with the latest release? This sounds like a known issue we've fixed in the past.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 01:45 PM
Hi Joram,
I've tested with the latest release (5.20.0.1) and now everything works fine.
Thanks!!
I've tested with the latest release (5.20.0.1) and now everything works fine.
Thanks!!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2016 03:22 PM
Brilliant, good to hear!
