Hello,
I am new to BPM and Activiti and am in the process of developing a new business process using Activiti. I have created a very simple proof of concept process consisting of a Business Rules Task and a User Task. I've implemented some Drools rules and everything is working great.
One of our client's requirements is that they be able to change the rules dynamically. We need to be able to update the Drools without having the redeploy the business process. I was wondering if this is possible with Activiti out of the box, or if anyone has tried this before?
I understand jBPM has functionality which periodically polls a Git repository and automatically pulls the latest version of rules, and changes them dynamically at runtime. If jBPM and Activiti are using the same rules engine under the hood, then would similar functionality be possible with Activiti?
Thanks a lot!
Sean