flowable / flowable/flowable-engine
Multiple instance tasks result in the loss of event subprocess listening.
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
**Describe the bug**
In the model shown in the diagram below, before the timer boundary event of taskA is triggered, the subprocess event in the model can respond to `RuntimeService.signalEventReceived("signal_A")` arbitrarily. However, after the timer boundary event of taskA is triggered and the signal is thrown, the subprocess event no longer responds, even if the timer event of taskB cannot make it respond. Note that taskA must be a multiple instance, otherwise everything works fine.
**Expected behavior**
Because the signal thrown by the taskA task is processed by the non-interrupting event subprocess, it can still receive the signal.
**Code**

**Additional context**
org.flowable
flowable-spring-boot-starter-process
6.8.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.