RepositoryStateMachineModelFactory failed to create ChoiceData #934
Labels
branch/2.2.x
Issue for a branch
branch/2.3.x
Issue for a branch
branch/2.4.x
Issue for a branch
branch/3.0.x
Issue for a branch
for/backport
For backporting
type/bug
Is a bug report
Milestone
My project use RepositoryStateMachineModelFactory to extend StateMachineModel Persistent, just simple override the resolveAction and resolveGuard methods.
Lately I encounter that the following transitions start from the CHOICE node will not execute the actions, then I study the source code and found that RepositoryStateMachineModelFactory's build logic with CHOICE node ignore the transitions' action while constructing the ChoiceData.
The text was updated successfully, but these errors were encountered: