cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure time

michael_thompso
Champ in-the-making
Champ in-the-making
Hi ,
Here is the current problem we are facing - we need to dynamically set the due date on the timer which is configured at the system level.Looks like we can use variables that are defined only at the process instance level and not at the task level itself, this is compelling us to use the same due date for all the activiti tasks because it is configured at the process instance level. How can we configure the due date for the timer at the task level


1 REPLY 1

jbarrez
Star Contributor
Star Contributor
I'm not sure i'm getting your use case.

Timers can indeed be based on variables and expressions. If you need some Java logic to be called when the timer is created, you can always delegate with an expression to some Java bean.