Append-only workflow transition row capturing state changes and reasons.
Summary
Types
@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() }