Reputation: 99
my goal is to use alfresco Workdesk workflow functionalities. is there related API or Service from which i can call workflow methods Thanks
Upvotes: 0
Views: 194
Reputation: 4079
you have to define your question in more detail to get a more detailed response.
Workdesk uses the Activiti engie which is integrated into the Alfresco Repository. Thus Workdesk is just a client that consumes Alfresco's Workflow API. You should be able to use this API on your own: http://docs.alfresco.com/4.2/references/RESTful-Workflow.html
Upvotes: 1