I have a requirement where the task is drifted to a single user but the task needs to be categorized to two different My Task dashlets. For Example:User1 send two tasks:i.)Task1 ii.)Task2 to user2.Now User2 has two tasks categorized in to two dashlets Task1 should be drifted to Dashlet1 and Task2 to Dashlet2.
So kindly guide me how to start with this!!!Thanks in Advance!!!
I think you'll need to create custom dashlets to achieve this - one dashlet will filter on one set of task metadata and the other on something different. It does seem a slightly strange use case though!
I have created two My Task dashlets by customizing dashboard but the same task is seen in to both the dashlets.Kindly guide me how to map the respective task to respective dashlet.
No… I mean you've to create (i.e. code) two new dashlets…. the standard my-tasks dashlet just shows the tasks assigned to a user. If you want the tasks to be filtered then you'll to either extend the existing dashlet or create new ones.
I activiti a single task will be generated after completion of one form.But my requirement is to generate 2 tasks for the next user can I create two tasks.Kindly suggest the way to implement it.