AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Metadata that includes details and status from this runtime instance of the workflow.
Namespace: Amazon.Imagebuilder.Model
Assembly: AWSSDK.Imagebuilder.dll
Version: 3.x.y.z
public class WorkflowExecutionMetadata
The WorkflowExecutionMetadata type exposes the following members
Name | Description | |
---|---|---|
WorkflowExecutionMetadata() |
Name | Type | Description | |
---|---|---|---|
EndTime | System.String |
Gets and sets the property EndTime. The timestamp when this runtime instance of the workflow finished. |
|
Message | System.String |
Gets and sets the property Message. The runtime output message from the workflow, if applicable. |
|
ParallelGroup | System.String |
Gets and sets the property ParallelGroup. The name of the test group that included the test workflow resource at runtime. |
|
StartTime | System.String |
Gets and sets the property StartTime. The timestamp when the runtime instance of this workflow started. |
|
Status | Amazon.Imagebuilder.WorkflowExecutionStatus |
Gets and sets the property Status. The current runtime status for this workflow. |
|
TotalStepCount | System.Int32 |
Gets and sets the property TotalStepCount. The total number of steps in the workflow. This should equal the sum of the step counts for steps that succeeded, were skipped, and failed. |
|
TotalStepsFailed | System.Int32 |
Gets and sets the property TotalStepsFailed. A runtime count for the number of steps in the workflow that failed. |
|
TotalStepsSkipped | System.Int32 |
Gets and sets the property TotalStepsSkipped. A runtime count for the number of steps in the workflow that were skipped. |
|
TotalStepsSucceeded | System.Int32 |
Gets and sets the property TotalStepsSucceeded. A runtime count for the number of steps in the workflow that ran successfully. |
|
Type | Amazon.Imagebuilder.WorkflowType |
Gets and sets the property Type. Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow. |
|
WorkflowBuildVersionArn | System.String |
Gets and sets the property WorkflowBuildVersionArn. The Amazon Resource Name (ARN) of the workflow resource build version that ran. |
|
WorkflowExecutionId | System.String |
Gets and sets the property WorkflowExecutionId. Unique identifier that Image Builder assigns to keep track of runtime resources each time it runs a workflow. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5