flowable / flowable/flowable-engine
Incoming event starts process for suspended process definition
- Langage dominant
- Java
- Étoiles
- 9.5k
- Forks
- 2.9k
- Merge moyen
- 7 h 8 min
- PR mergées (30 j)
- 2
Description
**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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par reproduire le scénario Flowable 6.8.0 avec Spring Boot et un événement de démarrage pris en charge par RabbitMQ : suspendez la définition de processus, puis envoyez un autre message. Suivez le chemin de l’abonnement à l’événement et du récepteur de messages afin de déterminer comment les définitions suspendues sont mises en correspondance et réessayées. Le travail est considéré comme terminé lorsqu’un message destiné à une définition suspendue n’est pas utilisé pour démarrer un processus et n’entre pas dans une boucle infinie de nouvelles tentatives.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java, rabbitmq, spring-boot
- Domaine
- backend, distributed-systems
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 38/100