listWaitingWorkflowSteps

Lists the workflow steps in your Amazon Web Services account that have paused at a WaitForAction step, and are waiting for you to respond. To send a response, call SendWorkflowStepAction.

Samples

// The following example lists the workflow steps in your account that are paused at a WaitForAction
// step, waiting for you to resume or stop the workflow with SendWorkflowStepAction.
val resp = imagebuilderClient.listWaitingWorkflowSteps {
    maxResults = 25
}