flowable / flowable/flowable-engine

Multiple instance tasks result in the loss of event subprocess listening.

Open
#3,792 0 comments 0 reactions 0 assignees View on GitHub
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**
![picture1](https://github.com/flowable/flowable-engine/assets/51292045/5b26f5e3-13a9-47a5-9721-e32a03c0ce7e)

**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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.