A list of process / task that assigned to you

cancel
Showing results for 
Search instead for 
Did you mean: 
wktham
Active Member II

A list of process / task that assigned to you

Hi,

In mailbox, we normally see a list of emails send to us and we can configure like what column to show for example, sender, subject, date and etc.

Similarly,  this workflow APS, I have this Merchant Onboarding process, whereby many request coming in to me for review and I will need to go through one by one and take necessary action. At this moment, in Process tab, we can see the process name in the middle of the screen and the detail shown on the right side. Is there anyway to show something like email box, whereby I can view a list of request together will few details  in a tabular mode and with subject field, I may choose a particular request to work on it first. Right now , we need to go through one by one , open the process to see the contents.

Any one got any idea if this is doable? I hope I explain my question clear. Something like in attached 'capture1' screenshot.

Thanks.

1 Reply
gdharley
Intermediate

Re: A list of process / task that assigned to you

This would require you overload the workflow/views/processes.html and it's associated controller (ProcessesController).

You can overload existing controller using the resource loader documented here

It's not a complex customization, but it is a little time consuming as you have to consider how to display the other process and task metadata (forms, attachments, comments, sub tasks) if you make the process and task list a simple table.

Greg