1 Reply Latest reply on Oct 5, 2015 9:02 AM by anthony_inovelan

    Firing rules in a process after a timer [6.3.0.Final]

    anthony_inovelan

      Hi,

       

       

      I'm working with jBPM version 6.3.0.Final.

       

      I have a simple linear process like this :

      start --> hello script 1 --> timer (20s) --> hello script 2 --> business rule (with a parameter "ruleflow group") --> end

      And at runtime I have :

      - hello1

      - hello2 (20 seconds after)

      ... but my rule is not fired and my process doesn't end

      When I run my process without the timer node it works fine and my rule is fired.

      I have a QuartzSchedulerService and I pass it to my RuntimeEnvironment when I build it... but maybe there's something I'm missing...

       

      thanks for you time