Amine Maa
Amine Maa

Reputation: 99

Integrating alfresco workdesk with my java app in order to use Activiti based Workflow

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

Answers (1)

alfrescian
alfrescian

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

Related Questions