How to configure time

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 08:07 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2014 05:35 AM
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.
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.
