cancel
Showing results for 
Search instead for 
Did you mean: 

Rules

santa1
Champ in-the-making
Champ in-the-making
Hi, i am trying to understand the engine itself. I need to know if the engine has such functionality implemented for rules .. it is called the rule based dispatcher. I know the rules of any process are parsed with drools. I just need to know if the activiti has such funcionality and where can i find the libraries or classes to this. Thanks
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Hi,

If you are looking for a fully implemented example, have a look at the Activiti in Action book.
You can look at the rules example in the bpmn-examples project in http://code.google.com/p/activitiinaction/
You can find the sources in the chapter12 package.

Best regards,

santa1
Champ in-the-making
Champ in-the-making
Hi, i've checked the example in the book, but my main search is how is activiti interconected with other systems. Is it by some specific class or some external system, or how is activiti able to communicate with the other system like drools, etc. thanks

santa1
Champ in-the-making
Champ in-the-making
I was also checking the svn repo, which i have on my computer. I was looking into the modules/activiti-engine/src/main/java/org/activiti/engine/impl/ to fing some specific class which enables activiti to communicate with these systems. Thanks for reply

trademak
Star Contributor
Star Contributor
I don't really understand what you are looking for.
Activiti provides integration with the Camel and Mule frameworks to connect with other applications.
Is that what you are looking for?

Best regards,