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–>