ex_state v0.2.0 ExState.Ecto.Workflow View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExState.Ecto.Workflow{
  __meta__: term(),
  complete?: term(),
  id: term(),
  inserted_at: term(),
  lock_version: term(),
  name: term(),
  state: term(),
  steps: term(),
  updated_at: term()
}

Link to this section Functions