Chimeway.Workflows.WorkflowTransition (chimeway v1.0.0)

Copy Markdown View Source

Append-only workflow transition row capturing state changes and reasons.

Summary

Types

t()

@type t() :: %Chimeway.Workflows.WorkflowTransition{
  __meta__: term(),
  context: term(),
  delivery: term(),
  delivery_id: term(),
  from_state: term(),
  id: term(),
  inserted_at: term(),
  reason: term(),
  to_state: term(),
  workflow_run: term(),
  workflow_run_id: term(),
  workflow_step: term(),
  workflow_step_id: term()
}

Functions

changeset(workflow_transition, attrs)