AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Imagebuilder.Model.WorkflowExecutionMetadata

Namespace: Amazon.Imagebuilder.Model
Assembly: AWSSDK.Imagebuilder.dll
Version: 3.x.y.z

Syntax

C#
public class WorkflowExecutionMetadata

The WorkflowExecutionMetadata type exposes the following members

Constructors

NameDescription
Public Method WorkflowExecutionMetadata()

Properties

NameTypeDescription
Public Property EndTime System.String

Gets and sets the property EndTime.

The timestamp when this runtime instance of the workflow finished.

Public Property Message System.String

Gets and sets the property Message.

The runtime output message from the workflow, if applicable.

Public Property ParallelGroup System.String

Gets and sets the property ParallelGroup.

The name of the test group that included the test workflow resource at runtime.

Public Property StartTime System.String

Gets and sets the property StartTime.

The timestamp when the runtime instance of this workflow started.

Public Property Status Amazon.Imagebuilder.WorkflowExecutionStatus

Gets and sets the property Status.

The current runtime status for this workflow.

Public Property 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.

Public Property TotalStepsFailed System.Int32

Gets and sets the property TotalStepsFailed.

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

Public Property TotalStepsSkipped System.Int32

Gets and sets the property TotalStepsSkipped.

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

Public Property TotalStepsSucceeded System.Int32

Gets and sets the property TotalStepsSucceeded.

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

Public Property 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.

Public Property WorkflowBuildVersionArn System.String

Gets and sets the property WorkflowBuildVersionArn.

The Amazon Resource Name (ARN) of the workflow resource build version that ran.

Public Property 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.

Version Information

.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