Workflow graph projection for run detail views.
@type t() :: %SquidSonar.Runs.WorkflowGraph{ available?: boolean(), edges: [struct()], mode: :transition | :dependency | :history, nodes: [struct()] }