View Source AshStateMachine.Transition (ash_state_machine v0.2.6)

The configuration for an transition.

Summary

Types

t()

@type t() :: %AshStateMachine.Transition{
  __identifier__: any(),
  action: atom(),
  from: [atom()],
  to: [atom()]
}