cancel
Showing results for 
Search instead for 
Did you mean: 

How to do dynamic deploy BPMN.xml in custom application

chezhian
Champ in-the-making
Champ in-the-making
We are building the custom web application. We want to create the different workflow for each registered customer. Workflow generated by the customer on the fly. How the deploy the bpmn.xml file with out restarting processEngine/the web application? is there any way to load the sequence of workflow from Database instead of xml file ?

Thanks in Advance,
Chezhian
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Chezhian,

deployment:
REST
http://activiti.org/userguide/index.html#_create_a_new_deployment
Java API -> plenty of jUnit tests

is there any way to load the sequence of workflow from Database instead of xml file ?

In fact you can store your model where you want to and you can deploy it to the activiti.

Regards
Martin