Invoke alfresco workflow using java stand alone

cancel
Showing results for 
Search instead for 
Did you mean: 
mrk_rams
Active Member

Invoke alfresco workflow using java stand alone

Hi ,

I have created workflow using activit eclipse plugin.

Can you please help me on invoking alfresco work flow using java stand alone.

Thanks,

Ravi.

2 Replies
yogeshpj
Established Member

Re: Invoke alfresco workflow using java stand alone

Check alfresco workflow service and look for startworkflow function.

Please refer the link WorkflowService (Alfresco 5.2-SNAPSHOT API) 

Hope it helps.

jayesh_prajapat
Established Member

Re: Invoke alfresco workflow using java stand alone

Yes, you can certainly do that. 
Call Alfresco rest service to initiate workflow from your standalone java program.