I had a look at http://docs.camunda.org/latest/api-references/bpmn20/#events-timer-events and the BPMN real life book from camunda which explains that stuff pretty well. I understand that this can be achieved by an intermediate catch event with timer. I hope this assumption is correct.
But I do not get the glue how to define the timer expression. Do I have to define the "Date", "Duration" or "Cycle" of the Intermediate Catch Event?
And what is the appropriate expression?
Thanks very much for any help in advance.
Sorry for stupid detail questions.
The help from your side is too good.
Camunda documentation says "... timer definition must have exactly one element from the following:
timeDate: This format specifies fixed date in ISO 8601 format, when trigger will be fired. ..."
What does "fixed date in ISO 8601 format" mean?
According to wikipedia ISO 8601 defiens lots of different formats like Week dates, Ordinal dates, Times etc.
Is it possible to define only the time portion (hhmmss) for the timeDate property?
thanks for your help?