I would like to implement a timer that can call a method which will return the ISO8601 string value the timer will then evaluate. I have coded a Java class which can provide this value, but I want it to be produced as and when the timer event has been reached in the BPMN workflow. This is to eliminate the need to pre-generate the times before the timer is reached.
How can I implement this? I am using Activiti 5.19 with the Eclipse Activiti Modeler plugin
With Regards.