11-01-2016 05:22 AM
02-27-2017 09:19 AM
There is no standard REST API in the 5.x branch to promote a model from the models repository to the runtime engine repository.
However, if you are using Activiti 6 (still in Beta), you can make use of the activiti-app REST API to deploy a "process app". Be aware, process models must first be added to a process app then the process app is what is deployed.
Unfortunately the API is not (yet) documented, but it is pretty easy to work out:
POST http://localhost:8080/activiti-app/app/rest/app-definitions/2/publish
Payload : {"comment":"My Comment"}
Where "2" above is the process app id.
Cheers,
Greg
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.