Periodical deadline / best practice?
Hey there,
I need to implement a "periodical" deadline on an activity "incubation" of my process. It is used to increment a field in a table (time passed in this activity) and as a reminder for the user to check something and if OK then complete the activity.
To do this I implemented a synchronous Deadline "Update" that leads to an "Test" tool (Beanshell tool) then the tool links back to my same first activity "Incubation".
Everything works fine. My counter is incremented every x minutes. But, I have an issue with the Process Status Formatter in my Datalists. Indeed, as soon as my record has triggered the "update" deadline for the first time, and gone through the "test" tool the Process Status Formatter gets somewhat disturbed.
Before After
I also tried with an "asynchronous" deadline but then the Deadline is only triggered once.
Any insight on the topic?
Thank you very much,
Baptiste