Using to activiti engine to execute newly created workflows without restarting the server.

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

Using to activiti engine to execute newly created workflows without restarting the server.

I'm trying to integrate activiti with one of my existing apps. Te use case is that we would be creating new workflows every now and then, and don't want to restart the application server every time in order to execute the workflow.

I went through the activiti guide, I think i'll be following the following approach:
1) Add jars to my current application using Maven.

2) Create workflows using the activti designer.

3) Execute workflows.

But from what I understand there's no way to execute the newly created workflow without restarting the engine, and since the engine will be in my app. i'll have to restart the app the everytime.

Could you please let me know if you've a solve for this use-case?

Thank you.