11-26-2016 03:35 AM
Hi,
I have created a custom workflow which works fine with three user tasks.
All the tasks assigned to the same user
And I want to create three different dashlets which will show different task details ,
So,After workflow starts
1st dashlet will show 1st user task details and after completing this task
2nd dashlet will show 2nd user task details,
3rd dashlet will show 3rd user task details, Like as my task dashlet
How can I get/display the task detail in separate dashlets.
Any Help would be great.
Thanks
12-05-2016 06:48 AM
Hi, Douglas
I have solved my problem by using Workflow APIs
which gives me the details of my currently running tasks.
Thanks.
11-26-2016 03:11 PM
Hello.
You could take a look at how the my tasks dashlet works, understand what webscripts are executed, and see if you have all the information you need, like the task name/id.
If everything is available, then you would have to copy the dashlet's components and replicate, and in each of them, deal with the filter the way you need.
I don't think that will be an easy task, but it's doable.
I believe you will be able to reuse the OOTB webscript for repository, the one that retrieves the tasks details, and you job will be to create the different types of dashlets, so, basically, share development.
11-28-2016 07:15 AM
11-28-2016 07:28 AM
If you want to get help with your code, you should share it somewhere and post the link here in order to someone to read it.
11-30-2016 11:43 PM
Hi, Douglas
Currently I am not able to filter my task using custom task dashlet.
I have found some solution using this Alfresco documentation
Workflow API | Alfresco Documentation which gives me details of my current tasks.
12-01-2016 08:17 PM
But I didn't get what you mean.
Have you solved your problem or not?
12-05-2016 06:48 AM
Hi, Douglas
I have solved my problem by using Workflow APIs
which gives me the details of my currently running tasks.
Thanks.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.