05-15-2017 08:34 AM
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.
05-15-2017 12:48 PM
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
05-15-2017 12:48 PM
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
05-15-2017 08:21 PM
Explore our Alfresco products with the links below. Use labels to filter content by product module.