Jizoku.ReadModel.Timeline.Event (jizoku v0.4.0)

Copy Markdown View Source

Redaction-safe event for chronological operator run timelines.

Summary

Types

t()

@type t() :: %Jizoku.ReadModel.Timeline.Event{
  details: map(),
  occurred_at: DateTime.t(),
  run_id: String.t(),
  runnable_key: String.t() | nil,
  status: atom() | nil,
  step_id: String.t() | nil,
  summary: String.t(),
  type: atom()
}