Activiti Timer event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2014 05:32 AM
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?
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2014 06:29 AM
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 ?
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 ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2014 01:54 AM
Hi Hema,
Regards
Martin
process should start from vacation start date.http://www.activiti.org/userguide/#bpmnTimerStartEvent
at the end date, process should be completedhttp://www.activiti.org/userguide/#bpmnTimerBoundaryEvent
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2014 02:02 AM
Thanks ..
