Deploy processes in bulk
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 02:32 AM
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
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 09:48 AM
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)
