cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Timer event

hemamalini
Champ in-the-making
Champ in-the-making
I am new to activiti. I have read about the timer event. i creating a workflow say vacation request. if i submit the vacation from date and to date, it should go to group A to schedule the task. As soon as it is scheduled , process should start from vacation start date. Then the request goes to group B. They can only can the request. If they didnt cancel the request ,at the end date, process should be completed.  How can i achieve this? 
3 REPLIES 3

hemamalini
Champ in-the-making
Champ in-the-making
sorry about the typo error. i am creating a workflow say vacation request. if i submit the vacation from date and to date, it should go to group A to schedule the task. As soon as it is scheduled , process should start from vacation start date. Then the request goes to group B. They can only cancel(Approval not required) the request. If they didnt cancel the request ,at the end date, process should be completed. How can i achieve this?
Timer event should be created once group A approves. So I should attach the timer for the group A. But after that how i can model ?

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Hema,
process should start from vacation start date.
http://www.activiti.org/userguide/#bpmnTimerStartEvent

at the end date, process should be completed
http://www.activiti.org/userguide/#bpmnTimerBoundaryEvent

Regards
Martin

hemamalini
Champ in-the-making
Champ in-the-making
Thanks ..