global task delegation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 10:44 PM
can I delegate all my tasks( including running/not create) in particular processes to designated user in period time?
Any suggestions will be appreciated.
Any suggestions will be appreciated.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2014 01:52 AM
AFAIK this feature is not supported directly in the engine.
It is up to client (e.g. Activiti Explorer) to get list of tasks for particular user (or delegated tasks). I think Explorer does not support it.
Regards
Martin
It is up to client (e.g. Activiti Explorer) to get list of tasks for particular user (or delegated tasks). I think Explorer does not support it.
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2014 03:27 AM
This is indeed not a supported feature. You can implement it yourself however, using another process that manipulates the first one, and with some timers.
