Hi masters!!!
Please I'd like to know how can we list all the pending tasks per task name of all process instances ?
Or.. how can we list all the pending tasks for a specific user ?
Another question.. how can we know how much time the users spent to aprove any task?
Request clarification before answering.
1) you first need to get all running process instances (ProcessInstanceManager.getRunningProcessInstances), then get the related task instances (TaskInstanceManager.getTaskAbstractsByParent) for each process instance, then filter the tasks as needed
2) TaskInstanceManager.getMyTaskAbstracts
3) If you mean the time a user has spent looking at the task in the inbox before hitting approve - you can't.
You can only measure the time from creation/activation to completion - these attributes are available from the TaskAbstract interface.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.