listWorkflowStepExecutions
inline suspend fun ImagebuilderClient.listWorkflowStepExecutions(crossinline block: ListWorkflowStepExecutionsRequest.Builder.() -> Unit): ListWorkflowStepExecutionsResponse
Returns runtime data for each step in a runtime instance of the workflow that you specify in the request.
Samples
// The following example lists runtime details for each step in the specified runtime instance of a
// workflow, in this case the build workflow from an image build.
val resp = imagebuilderClient.listWorkflowStepExecutions {
workflowExecutionId = "wf-165b1cb6-3a62-4618-a021-94ddcbe32908"
}Content copied to clipboard