Skip to content

ListWaitingWorkflowSteps

Source: src/AWS/ImageBuilder/ListWaitingWorkflowSteps.ts

Runtime binding for imagebuilder:ListWaitingWorkflowSteps.

Lists every workflow step in the account that is paused on WAIT_FOR_ACTION — the work queue for an approval function, which then resumes or stops each build with SendWorkflowStepAction. Provide the implementation with Effect.provide(AWS.ImageBuilder.ListWaitingWorkflowStepsHttp).

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