Skip to content

Fix sequential flag in multi-instance activity events (#4268) - #4271

Open
maxim618 wants to merge 1 commit into
flowable:mainfrom
maxim618:fix/multi-instance-event-sequential
Open

Fix sequential flag in multi-instance activity events (#4268)#4271
maxim618 wants to merge 1 commit into
flowable:mainfrom
maxim618:fix/multi-instance-event-sequential

Conversation

@maxim618

@maxim618 maxim618 commented Sep 6, 2026

Copy link
Copy Markdown

Fixes #4268

FlowableMultiInstanceActivityEventImpl#isSequential() always returned
false, even when the event was created with sequential = true.

This change makes isSequential() return the stored value and adds a
regression assertion to MultiInstanceUserTaskEventsTest.

Tested with:

mvn -pl modules/flowable-engine -am "-Dtest=MultiInstanceUserTaskEventsTest" "-Dsurefire.failIfNoSpecifiedTests=false" test

Result: 8 tests passed.

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

Successfully merging this pull request may close these issues.

FlowableMultiInstanceActivityEventImpl#isSequential() typo issue

1 participant