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