getWorkflowStepExecution

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"
}