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
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)