Page 1 of 1
Viewing File Path for an Unassigned pending Task
PostPosted:Fri Jan 30, 2015 8:42 pm
by DMT
Hi Guys,
I have currrently implemented a Workflow which involves actor pools. Hence, whenever a Workflow is started by one user, all the Users from the pool get a notification as Unassigned Pending Tasks. However, when i click on the Unassigned pending task, I dont see the path of the document. Is there a workaround for this without the need for a user to accept the Unassigned Pending Task himself.
Re: Viewing File Path for an Unassigned pending Task
PostPosted:Sun Feb 01, 2015 1:52 pm
by jllort
At the panel on the right, is not shown the document path ?
Re: Viewing File Path for an Unassigned pending Task
PostPosted:Tue Feb 03, 2015 6:37 am
by CBD007
Hi jllort...I think DMT want to dispaly the document path to user when he is assigning himself as task from unassigned pending task. In short before assigning any pending task he need to display that document path to user
Re: Viewing File Path for an Unassigned pending Task
PostPosted:Fri Feb 06, 2015 11:07 pm
by jllort
OK,
In this case should be done some change in actual source code, because this information actually is not shown. I understand before auto-asign the task yourself be interesting know something about the task. The question is what information and how to show ( icon -> click -> and then a popup ? ). The same information you show at top when you got it selected ( top righ panel information of selected task ? )
Re: Viewing File Path for an Unassigned pending Task
PostPosted:Tue Feb 10, 2015 8:00 am
by CBD007
Ya Jillort... you understood it correctly, I would like to display same information from the top righ panel information of selected task....Hw can i achive this ?????
Re: Viewing File Path for an Unassigned pending Task
PostPosted:Fri Feb 13, 2015 5:47 pm
by jllort
Actually we're not showing this information, we should do this improvement or if you want to collaborate on it I can guide on it.
Re: Viewing File Path for an Unassigned pending Task
PostPosted:Mon Feb 16, 2015 2:16 pm
by CBD007
ok jillort ...go ahead ... tell me steps,I will do it....

Re: Viewing File Path for an Unassigned pending Task
PostPosted:Wed Feb 18, 2015 10:18 pm
by jllort
first of all should configure the development environment., My suggestion is wait next week because we will release portable development environment.
Re: Viewing File Path for an Unassigned pending Task
PostPosted:Fri Feb 20, 2015 11:32 am
by CBD007
Hi Jillort.
It would be great pleasure to work with your latest development environment. I have already been configured development environment with eclipse Luna so can u guide me with stable version if u don't mind ?
Re: Viewing File Path for an Unassigned pending Task
PostPosted:Sat Feb 21, 2015 10:08 am
by jllort
Take a look at classes into package com.openkm.frontend.client.widget.dashboard
I think the most interesting probably could be WorkflowWidget.java line 167 where is drawing right panels, what have control of left.
The problem with TYPE_POOLED_TASK ( line 200 ) is the logic only show a confirmation popup. Probably and easy solution could be changing the setTitle taskName.setTitle(taskInstanceResult.getProcessInstance().getProcessDefinition().getName()); by document path or similar ?