spring-statemachine icon indicating copy to clipboard operation
spring-statemachine copied to clipboard

Add StateMachineMonitor for submachine

Open github2023spring opened this issue 9 months ago • 0 comments

Is there a way to configure the submachine's stateMachineMonitor through StateMachineConfigurerAdapter?

I have configure the statemachine's monitor with StateMachineConfigurerAdapter. However, it seems to be only working with the main StateMachine, but not submachine. May I know if there is an existing issue for submachine not working with StateMachine monitor? Thank you!

The state action's metrics are not consistently emitted.

github2023spring avatar Feb 17 '25 04:02 github2023spring