Detailed run projection for the run detail view.
Summary
Types
@type t() :: %SquidSonar.Runs.RunDetail{ anomalies: [map()], attempts: [map()], compensation_evidence: [SquidSonar.Runs.RunDetail.CompensationEvidence.t()], context: map(), deferred_continuations: [SquidSonar.Runs.RunDetail.DeferredContinuation.t()], dynamic_work: [map()], dynamic_work_overlays: [SquidSonar.Runs.RunDetail.DynamicWorkOverlay.t()], explanation: Squidie.ReadModel.Explanation.Diagnostic.t(), graph_inspection: map(), last_error: map() | nil, live_claims: [SquidSonar.Runs.RunDetail.LiveClaim.t()], payload: map() | nil, planned_runnables: [map()], recovery_policies: [SquidSonar.Runs.RunDetail.RecoveryPolicy.t()], summary: SquidSonar.Runs.RunDetail.Summary.t(), workflow_graph: SquidSonar.Runs.WorkflowGraph.t() }