ex_state v0.2.0 ExState.Ecto.WorkflowStep View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExState.Ecto.WorkflowStep{
  __meta__: term(),
  complete?: term(),
  completed_at: term(),
  completed_metadata: term(),
  decision: term(),
  id: term(),
  inserted_at: term(),
  name: term(),
  order: term(),
  participant: term(),
  state: term(),
  updated_at: term(),
  workflow: term(),
  workflow_id: term()
}

Link to this section Functions

Link to this function

changeset(workflow_step, attrs)

View Source
Link to this function

put_completion(changeset, metadata)

View Source