flowable / flowable/flowable-engine

Flowable Timer Start Event not auto deleted when there is new deployment version

Aperta
#3,403 10 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
9.5k
Fork
2.9k
Merge medio
7h 8m
PR unite (30g)
2

Descrizione

```text
*Timer Start Event*
Description
A timer start event is used to create process instances at given time. It can be used both for processes that should start only once and for processes that should start in specific time intervals.
Note: a sub-process cannot have a timer start event.
Note: a start timer event is scheduled as soon as process is deployed. There is no need to call startProcessInstanceByXXX, although calling start process methods is not restricted and will cause one more starting of the process at the time of startProcessInstanceByXXX invocation.
Note: when a new version of a process with a start timer event is deployed, the job corresponding with the previous timer will be removed. The reasoning is that normally it is not desirable to keep automatically starting new process instances of the old version of the process.
```
Hi Flowable,
I impemented a start timer event with recurring schedule, but I found that the older version timer job was not auto removed. it causes there are some timer jobs in the flowable engine running concurrently. but according to above "Note", the start timer job will be replaced by newer version.



0 0/5 * * * ?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Inizia riproducendo il Timer Start Event ricorrente dal BPMN XML fornito, distribuendo una versione del processo e poi una versione più recente. Traccia il ciclo di vita del timer job durante la distribuzione e verifica che il job della versione precedente venga rimosso, lasciando attivo solo il timer più recente.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
java
Ambito
backend
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
38/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.