Hi,
We have created custom review workflow and deployed to Alfresco repository and wanted to start this workflow outside Alfresco using java, couldn't find right REST service or any other method to do this. Can you please help me on how I can achieve this? We are using Alfresco 5.0
Thanks!
Solved! Go to Solution.
Judging by the available documentation for 5.0 version here Workflow | Alfresco Documentation , I think there is no way to start a new instance the way you want to do.
Maybe you should take a look on how webscripts are implemented, and then create your own.
The following project introduced a new start workflow webscript, but be carefull, as the project is not being maintained anymore
Judging by the available documentation for 5.0 version here Workflow | Alfresco Documentation , I think there is no way to start a new instance the way you want to do.
Maybe you should take a look on how webscripts are implemented, and then create your own.
The following project introduced a new start workflow webscript, but be carefull, as the project is not being maintained anymore
Excellent! Thank you so much!
Hi Douglas,
One follow-up question I got to add two documents to the workflow when I start how can I add it? Please let me know.
Thanks!
You have to do something like this:
Basically what you need is to create the "package" object, add the documents and it is done.
Follow the sample code and you will be able to achieve what you need.
Thanks Douglas...I will follow that method.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.