Activiti workflow DueDate

cancel
Showing results for 
Search instead for 
Did you mean: 
praveenshanmuga
Member II

Activiti workflow DueDate

Hi EVERYONE
I use Activiti workflow in liferay.
Now i want to edit functionality of activiti, if it possible?
My scenario is creating task while update due date of task by referring my own table value.


I want to update Due Date while Task creating time.
Initially workflow assigned to a file then created task it is normal flow;
but i want update due date of task is updating while that task creating.
So i dont know how to achieve this?
help me !

1 Reply
gdharley
Intermediate

Re: Activiti workflow DueDate

I believe you are asking to update the due date of a task when it is being created (perhaps based on external rules).

To do this, add a taskListener on either the "create" event that calls task.setDueDate()

Cheers,

Greg

'