cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy processes in bulk

sam12345
Champ in-the-making
Champ in-the-making

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 1

bassam_al-saror
Star Collaborator
Star Collaborator

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)