I lost my original activiti-designer workspace with all the bar files inside and i was thinking of downloading the deployed bar files from the server. Does activiti-explorer provides this capabilities as currently only "Upload new" option is available from the drop down menu.
Solved! Go to Solution.
There is not simple way of reconstituting a bar file from an existing deployment.
During deployment, the zip file is parsed and a deployment model is created with a number of resources.
What you could do is get a list of the resources for a deployment:
http://localhost:8080/activiti-app/api/repository/deployments/1/resources
Then iterate over the returned list to retrieve the models etc.
Sorry, but this is pretty much the best we can do short of creating your own REST endpoint that does the same thing in code.
Greg
There is not simple way of reconstituting a bar file from an existing deployment.
During deployment, the zip file is parsed and a deployment model is created with a number of resources.
What you could do is get a list of the resources for a deployment:
http://localhost:8080/activiti-app/api/repository/deployments/1/resources
Then iterate over the returned list to retrieve the models etc.
Sorry, but this is pretty much the best we can do short of creating your own REST endpoint that does the same thing in code.
Greg
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.