Invoke alfresco workflow using java stand alone
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2017 10:41 AM
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.
Labels:
- Labels:
-
Alfresco Content Services
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2017 12:07 PM
Check alfresco workflow service and look for startworkflow function.
Please refer the link WorkflowService (Alfresco 5.2-SNAPSHOT API)
Hope it helps.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2017 05:00 AM
Yes, you can certainly do that.
Call Alfresco rest service to initiate workflow from your standalone java program.
