Activiti and SLA
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2014 12:15 PM
Hi,
Is it possible to trigger escalation from activiti process flow if a particular activity or task didn't complete on time?
Please let me know how to achieve this.
Regards,
Anish Agrawal
Labels:
- Labels:
-
Archive
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 03:55 AM
Hi,
Try to use timer boundary event
http://www.activiti.org/userguide/#bpmnTimerBoundaryEvent
Regards
Martin
Try to use timer boundary event
http://www.activiti.org/userguide/#bpmnTimerBoundaryEvent
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2014 11:59 AM
Does this mean that the current user task (i.e the First line Support, the example in user guide) will get automatically terminated after the timer fires?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2014 03:45 PM
You can choose: use the 'cancelActivity' property to either terminate or not terminate whatever is living inside the boundaries
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2014 06:21 AM
Thanks Joram.
Please help me out on below queries -
1. As per user guide, it is possible to define a boundary event on a multi-instance boundary. In case of an interrupting boundary event, when the event is caught, all instances that are still active will be destroyed.
[Anish] I have a sub process as multi instance activity. Multiple tasks are created for users based on Role. The first approval/rejection,
completes this multi-instance activity. How to define boundary event in this scenario?
All instances that are still active will be destroyed - is there a way that the active intances still remain active when the boundary
event is caught? So that either the "user from the group to which it is escalated" or the "escalatees" can complete the task.
Please help me out on below queries -
1. As per user guide, it is possible to define a boundary event on a multi-instance boundary. In case of an interrupting boundary event, when the event is caught, all instances that are still active will be destroyed.
[Anish] I have a sub process as multi instance activity. Multiple tasks are created for users based on Role. The first approval/rejection,
completes this multi-instance activity. How to define boundary event in this scenario?
All instances that are still active will be destroyed - is there a way that the active intances still remain active when the boundary
event is caught? So that either the "user from the group to which it is escalated" or the "escalatees" can complete the task.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2014 02:17 PM
Please help me out on last query. Its urgent.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2014 03:36 AM
please help me out on last query.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2014 04:41 AM
Wrap an additional subprocess in the multi-instance subprocess en place the boundary-event on the inner subprocess. When the boundary-event fires, only the inner subprocess will be "cancelled" and escalated, leaving all other outer-subprocess instances alive.
BTW, stating that a post is urgent won't get it answered more quick…
BTW, stating that a post is urgent won't get it answered more quick…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2014 09:41 AM
Hi Frederik,
I have attached the bpm process file.
Tasks will be created for users as part of 'Doc Verification Sub process'. There is specified duration and if user doesn't complete the task within the timeline then email will be send to 'escalation group' and another sub process will be triggered which will create tasks for user(s) belonging to escalation group.
Requirement is that "Post escalation both the escalation group and doc verifer can verify."
Please let me know how to retain tasks created as part of 'Doc Verification Sub Process' too. Also post escaltion either a user belonging to esclation group or doc verifier group can verify the process and on first verification both sub processes should end.
Thanks,
Anish
I have attached the bpm process file.
Tasks will be created for users as part of 'Doc Verification Sub process'. There is specified duration and if user doesn't complete the task within the timeline then email will be send to 'escalation group' and another sub process will be triggered which will create tasks for user(s) belonging to escalation group.
Requirement is that "Post escalation both the escalation group and doc verifer can verify."
Please let me know how to retain tasks created as part of 'Doc Verification Sub Process' too. Also post escaltion either a user belonging to esclation group or doc verifier group can verify the process and on first verification both sub processes should end.
Thanks,
Anish
