Hi,
Here is my process:
- Start
- Script task
- Human Task
- Script task
- End
This works fine. However, when I change the process above like this:
- Start
- Rule task #1
- Human Task
- Rule task #2
- End
The following is happening:
Rule #1 gets executed, but Rule #2 never executed. If I put a Script Task between Human Task and Rule #2 the script gets invoked. However Rule#2 does not get executed. When this happens there are entries created in table EVENTTYPES.
What I’m missing?
Thanks in advance for any help!
Vlad
P.S.: I’m using jBPM 5.1.2 and Drools 5.3.0