cancel
Showing results for 
Search instead for 
Did you mean: 

Boundary timer - recurring time interval

elozada
Champ in-the-making
Champ in-the-making
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–>
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
Can you try to test this with the latest release? This sounds like a known issue we've fixed in the past.

elozada
Champ in-the-making
Champ in-the-making
Hi Joram,

I've tested with the latest release (5.20.0.1) and now everything works fine.

Thanks!!

jbarrez
Star Contributor
Star Contributor
Brilliant, good to hear!