ex_state v0.3.0 ExState.Definition.Step View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExState.Definition.Step{
  complete?: boolean(),
  decision: atom(),
  name: String.t(),
  order: integer(),
  participant: atom()
}

Link to this section Functions