Shouldn't Unique Identifier of process instance be displayed in Task Form Heading
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2015 06:42 AM
Assume I have a process in Activiti Enterprise Edition named "Loan_Process" which as 2 Human Tasks with UI Forms named - "Request for Loan" (with User Groups = Requester) & "Approve Loan" (with User Groups = Approver)
In case the 'Loan_Process' BPM is triggered 20 times & all 20 tasks are pending with Requester Group ('yet to be claimed'), in the task list, the group members will just sees a bunch of tasks named "Request for Loan" .
In case he wants to identify a particular instance, he cant - as the names of the UI tasks are all the same with no unique identifier in the Tasks App>Task List>Queued Tasks name itself.
What can one do in such a situation. Do we have a solution for this? Please Help
In case the 'Loan_Process' BPM is triggered 20 times & all 20 tasks are pending with Requester Group ('yet to be claimed'), in the task list, the group members will just sees a bunch of tasks named "Request for Loan" .
In case he wants to identify a particular instance, he cant - as the names of the UI tasks are all the same with no unique identifier in the Tasks App>Task List>Queued Tasks name itself.
What can one do in such a situation. Do we have a solution for this? Please Help
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2015 07:33 AM
Hi,
Yes this case could be a bit confusing in terms of user experience, I'll talk about it with the other guys in the team and then we should find a solution to improve the user experience in this case.
Yes this case could be a bit confusing in terms of user experience, I'll talk about it with the other guys in the team and then we should find a solution to improve the user experience in this case.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2015 09:33 AM
We have done this by adding to the task-detail.html view:
Task #{{model.task.id}}
Task #{{model.task.id}}
