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?
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