Hello All,
I'm testing a process that contains a business rule task.
My steps was:
1. I updated activiti.cfg.xml
<property name="customPostDeployers">
<list>
<bean class="org.activiti.engine.impl.rules.RulesDeployer" />
</list>
</property>
2. I added the drools jars to activiti-rest lib folder (drools-api , drools-compiler , drools-core , mvel2)
3. I packaged my java beans and delegates then I copied it to activiti-rest lib folder
4. I packaged my bpmn , forms , drl files into one bar then I uploaded it using activiti-probe
and I have 2 problems :
1. The rule is not fired.
2. The Business Rule task doesn't appear in the process diagram.
does any one here faced these problems ?