Hi:
Thanks for you responses.
I tried the following process:
start -> receive task with non-blocking timer set to R10/PT5S in 'timeCycle' node -> service task to print something to log.
I would have expected a message sent every 5 seconds to the service task delegate but it sends it continuously, as if in infinite loop (see below). Am I doing something wrong? Thanks
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
INFO: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Delegate called!!
Dec 04, 2014 10:22:13 AM org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate execute
Op woensdag 3 december 2014 15:59:08 UTC+1 schreef Ingo Richtsmeier: