Deploy processes in bulk

cancel
Showing results for 
Search instead for 
Did you mean: 
sam12345
Member II

Deploy processes in bulk

Hi,

I would like to know if there is any API which will take multiple XML and deploy all in one call.

I have xmls of all workflow and now I want to deploy these.

But currently, I didn't find any proper way to execute this case.

Please suggest some help

1 Reply
bassam_al-saror
Alfresco Employee

Re: Deploy processes in bulk

If you want a REST API use Activiti User Guide (zip you process definitions XML files and deploy the zip file). There is a Java API as well that will allow to deploy multiple process definitions check RepositoryService (Activiti - Engine 6.0.0 API)