Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gengudiyun opened this issue Dec 1, 2023 · 0 comments

Comments

@gengudiyun
Copy link

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

Additional context

org.flowable
flowable-spring-boot-starter-process
6.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant