1 Reply Latest reply on Dec 3, 2008 3:06 PM by salaboy21

    Is there no looping counter in jbpm?

      I have a requirement to model the workflow such that the reminder notification needed to be sent 8 times after 7 days, i.e if the user does not take action for 7 days the first reminder ill be sent and this will continue in a loop 8 times and after that the flow will be ended with No Response transition.

      I have implemented the above using a process variable for the timer and incrementing and comparing it in the timer action handler.

      I am new to jBPM. Is there any loop counter kind of stuff in jBPM?

      Please help.

      Thanks in advance.
      A-Sqr