I have user task in process model . User task has one boundary event with timeDate expression. Boundary event not getting fired at perticular time .
Can any one check it is that right way to declare the expression with boundary event ?
If yes can anyone can explain why it is not working ? If possible please correct and send the bpmn file
Please find the sample bpmn file which I tried
.Schedule.bpmn (4.3 KB)
@sivannarayana
- Does it fire “eventually”?
- What is the timezone and current time of your Camunda server / container?
- If you do something like durtation = PT1M (a 1 minute timer), does it work?
Note that timers are not “execute at a exact time”, they are “execute after a exact time”. Example if the server checks every minute for jobs, it could take a additional 59seconds after your timer’s due date, potentially longer if other jobs are being executed.
@sivannarayana
Did you take a look at handling of timezones ?
You configured UTC time, maybe this is not the time you want?
regards,
Dominik