Skip to content

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

@gengudiyun

Description

@gengudiyun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions