cancel
Showing results for 
Search instead for 
Did you mean: 

My Tasks To Do section with a 'custom to do list'

redbull
Champ in-the-making
Champ in-the-making
Hi and good job to all,
I've implemented some custom actions which implement something similar to a "workflow"; each user can execute an action…
During a step of this workflow I send an email to a user. When that user login to Alfresco explorer I would like to inform him that there is "a job to do". It is possible to use the section "My Tasks To Do" to load a "custom to do list"?
Can you suggest any other solution?
Thank to much!
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
You can customize the task to do list by customizing the Dialog Class which fetches the task to do list.

redbull
Champ in-the-making
Champ in-the-making
thank Mittal, any hint to start with customize the dialog class?

mitpatoliya
Star Collaborator
Star Collaborator
Sure,

Refer faces-config.xml file
WorkflowBean is the Bean which you need to override It is responsible for fetching all the tasks.