getWorkflowStepExecution
inline suspend fun ImagebuilderClient.getWorkflowStepExecution(crossinline block: GetWorkflowStepExecutionRequest.Builder.() -> Unit): GetWorkflowStepExecutionResponse
Retrieves runtime information for a specific runtime instance of the workflow step.
Samples
// The following example retrieves runtime details for the step that launched the build instance during
// an image build, with the step s input parameters and output values returned as JSON encoded strings.
val resp = imagebuilderClient.getWorkflowStepExecution {
stepExecutionId = "step-2e6fef0d-657c-4b7e-8706-ff24da9afa01"
}Content copied to clipboard