Detailed run projection for the run detail view.
Summary
Types
@type t() :: %SquidSonar.Runs.RunDetail{ audit_events: [term()], context: map() | nil, explanation: SquidMesh.RunExplanation.t(), last_error: map() | nil, payload: map() | nil, step_attempts: [map()], step_runs: [term()], summary: SquidSonar.Runs.RunSummary.t(), workflow_graph: SquidSonar.Runs.WorkflowGraph.t() }