09-08-2020 03:57 AM
I want to create webscript to get current tasks of all users. I wrote class which extends AbstractWorkflowWebscript(located in alfresco-remote-api project). So, should i import AbstractWorkflowWebscript to my project?
And one more question - where i can register custom webscripts?
09-08-2020 07:07 AM
The Public REST API is not meant to be extensible.
You can create your own REST API endpoints using the Web Scripts approach:
https://docs.alfresco.com/6.2/references/dev-extension-points-webscripts.html
Explore our Alfresco products with the links below. Use labels to filter content by product module.