SquidSonar.Runs.RunDetail (squid_sonar v0.1.1)

Copy Markdown View Source

Detailed run projection for the run detail view.

Summary

Types

t()

@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()
}