Skip to content

buildExecutionOverlaySection

function buildExecutionOverlaySection(params): Promise<BuildExecutionOverlaySectionResult>;

Defined in: src/ci/buildReport.ts:334

Builds the execution-overlay report section, or returns section: null (with a log explaining why) when it can’t. Requires exactly one changed definition so the single state-machine-arn maps unambiguously to a diagram.

BuildExecutionOverlaySectionParams

Promise<BuildExecutionOverlaySectionResult>