cancel
Showing results for 
Search instead for 
Did you mean: 

Viewing assigned tasks on a custom UI

tumelo
Champ in-the-making
Champ in-the-making
Is it possible to add a custom UI within alfresco, instead of viewing the assigned tasks on alfresco share, I would like to view them on my custom UI. For example if I have a task, when I click on it I would like to be able to view it on my external custom UI.
Is it possible to do it within the workflow?

Any help would be appreciated.
1 REPLY 1

rahulmackdani
Champ in-the-making
Champ in-the-making
Hi Tumello

Alfresco share UI would be calling a back end REST based Web-Script to fetch all workflow data and display on UI. You can call same REST URL(Web-Script) and display on your custom UI. If you want some extra metadata in your UI, you can either extend existing web-script and change reponse else you can create your own web-script

Regards