flowable / flowable/flowable-engine
Incoming event starts process for suspended process definition
- Vorherrschende Sprache
- Java
- Sterne
- 9.5k
- Forks
- 2.9k
- Ø Merge
- 7 Std. 8 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
**Describe the bug**
I have set up a process definition with a start event using the event registry linked to a RabbitMQ channel.
Everything works as expected when sending a message to the RabbitMQ queue.
Afterwards, I suspend the process definition and I send a message to the RabbitMQ queue again.
The message receiver will try to start a process but fails to do so due to the process definition being suspended. The RabbitMQ message is then considered to be in error and is retried, creating an infinite loop.
**Expected behavior**
I would expect starting a process from a suspended process definition id not to happen, or having the event subscription to no longer match the given process definition.
If there is any workaround for this, I would be happy to try this as well.
**Additional context**
Using Flowable 6.8.0
Using Flowable within Spring Boot
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.