Dsl State Machine Handler
Functions
Link copied to clipboard
Defines an expression that will determine the initial state of the state machine based on the values of the context.
Link copied to clipboard
Provides for a list of pairs with state and map name that will be pushed and the last entry will be popped and become the current map. This is required when using state machine with named maps.
Link copied to clipboard
Defines an action that will be invoked after a transition to a new state. Any exceptions thrown by the action will be ignored.