Hi folks
Not tested this nor have I time to test. Just wondering theoretically what would happen if I have a deployment of a process with its start task as a timer event, such as
<startEvent id="theStart">
<timerEventDefinition>
<timeCycle>R4/2019-12-01T12:00/P1W</timeCycle>
</timerEventDefinition>
</startEvent>
Then I deploy it again, creating a v2 in Camunda.
Q1: Will it on 1st december trigger for both (one for v1, one for v2) or will it trigger once only for v2?
Q2: If it’s 10th of december when v1 has triggered twice already, and I upload a new deployment (creating v2) where timeCycle is now R4/2020-01-01T12:00/P1W
, will v1 continue to also trigger on 15th and 22nd in addition to the new v2 January timer? Or will it cancel the v1 timer altogether and only run v2 in January 2020, skipping the last two cycles of v1?