Skip to content

ListWorkflowStepExecutions

Source: src/AWS/ImageBuilder/ListWorkflowStepExecutions.ts

Runtime binding for imagebuilder:ListWorkflowStepExecutions.

Lists the steps of one workflow execution with their runtime status — drill-down from ListWorkflowExecutions. Provide the implementation with Effect.provide(AWS.ImageBuilder.ListWorkflowStepExecutionsHttp).

// init — account-level binding, no resource argument
const listWorkflowStepExecutions =
yield* AWS.ImageBuilder.ListWorkflowStepExecutions();
// runtime
const { steps } = yield* listWorkflowStepExecutions({
workflowExecutionId,
});