GetWorkflowExecutionResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the specified runtime instance of the workflow finished.

Link copied to clipboard

The Amazon Resource Name (ARN) of the image build version that owns the specified runtime instance of the workflow.

Link copied to clipboard

The output message from the specified runtime instance of the workflow, if applicable.

Link copied to clipboard

The name of the parallel group that this runtime instance of the workflow ran in, if configured. Parallel groups apply only to test workflows.

Link copied to clipboard

The request ID that uniquely identifies this request.

Link copied to clipboard

The timestamp when the specified runtime instance of the workflow started.

Link copied to clipboard

The current runtime status for the specified runtime instance of the workflow. COMPLETED, FAILED, ROLLBACK_COMPLETED, CANCELLED, and SKIPPED are terminal states.

Link copied to clipboard

The total number of steps that the workflow document defines for this runtime instance of the workflow. Image Builder sets this count before any steps run. The sum of succeeded, skipped, and failed steps only reaches this total if every step finishes in one of those states.

Link copied to clipboard

A runtime count for the number of steps that failed in the specified runtime instance of the workflow.

Link copied to clipboard

A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.

Link copied to clipboard

A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.

Link copied to clipboard

The type of workflow that Image Builder ran for the specified runtime instance of the workflow.

Link copied to clipboard

The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.

Link copied to clipboard

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String