You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Eclipse UML for the state machine configuration. The language is set in another thread and is the first extension variable set in the Bean Action. It seems that only in this case does this happen. I have used Guard to guard the transition to ensure that there are no errors. Only when Guard is true can the second Bean Action be executed, even in a separate thread. StateMachineHelper is just a tool class for getting extended variables. In the StateMachine instance passed in, I have obtained the extended variable value of language through debug, but it is null when I actually get it. I have tested multiple times and verified that this only happens when the state machine is initialized for the first time, even if I have used ApplicationRunner to get a state machine, set a variable, and then delete it...
Here is some of my code:
I am using Eclipse UML for the state machine configuration. The language is set in another thread and is the first extension variable set in the Bean Action. It seems that only in this case does this happen. I have used Guard to guard the transition to ensure that there are no errors. Only when Guard is true can the second Bean Action be executed, even in a separate thread. StateMachineHelper is just a tool class for getting extended variables. In the StateMachine instance passed in, I have obtained the extended variable value of language through debug, but it is null when I actually get it. I have tested multiple times and verified that this only happens when the state machine is initialized for the first time, even if I have used ApplicationRunner to get a state machine, set a variable, and then delete it...
Here is some of my code:
The text was updated successfully, but these errors were encountered: