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).
Workflow Monitoring
Section titled “Workflow Monitoring”// init — account-level binding, no resource argumentconst listWorkflowStepExecutions = yield* AWS.ImageBuilder.ListWorkflowStepExecutions();
// runtimeconst { steps } = yield* listWorkflowStepExecutions({ workflowExecutionId,});