Skip to content

externalTransition和transit().fromAny连用,出现问题 #151

@loulech

Description

@loulech
stateMachineBuilder.externalTransition().from(A)
                        .to(B)
                        .on(A2B)
                        .perform(action1);


 stateMachineBuilder.transit().fromAny()
                        .to(A)
                        .on(_2A)
                        .perform(action2);

执行时
stateMachineBuilder.newStateMachine(B).test(_2A),没有变化,并且canAccept也是false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions