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.

Contains details about an execution.

Inheritance Hierarchy

System.Object
  Amazon.StepFunctions.Model.ExecutionListItem

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

Syntax

C#
public class ExecutionListItem

The ExecutionListItem type exposes the following members

Constructors

NameDescription
Public Method ExecutionListItem()

Properties

NameTypeDescription
Public Property ExecutionArn System.String

Gets and sets the property ExecutionArn.

The Amazon Resource Name (ARN) that identifies the execution.

Public Property ItemCount System.Int32

Gets and sets the property ItemCount.

The total number of items processed in a child workflow execution. This field is returned only if mapRunArn was specified in the ListExecutions API action. If stateMachineArn was specified in ListExecutions, the itemCount field isn't returned.

Public Property MapRunArn System.String

Gets and sets the property MapRunArn.

The Amazon Resource Name (ARN) of a Map Run. This field is returned only if mapRunArn was specified in the ListExecutions API action. If stateMachineArn was specified in ListExecutions, the mapRunArn isn't returned.

Public Property Name System.String

Gets and sets the property Name.

The name of the execution.

A name must not contain:

  • white space

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters " # % \ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

Public Property RedriveCount System.Int32

Gets and sets the property RedriveCount.

The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is only updated when you successfully redrive an execution.

Public Property RedriveDate System.DateTime

Gets and sets the property RedriveDate.

The date the execution was last redriven.

Public Property StartDate System.DateTime

Gets and sets the property StartDate.

The date the execution started.

Public Property StateMachineAliasArn System.String

Gets and sets the property StateMachineAliasArn.

The Amazon Resource Name (ARN) of the state machine alias used to start an execution.

If the state machine execution was started with an unqualified ARN or a version ARN, it returns null.

Public Property StateMachineArn System.String

Gets and sets the property StateMachineArn.

The Amazon Resource Name (ARN) of the state machine that ran the execution.

Public Property StateMachineVersionArn System.String

Gets and sets the property StateMachineVersionArn.

The Amazon Resource Name (ARN) of the state machine version associated with the execution.

If the state machine execution was started with an unqualified ARN, it returns null.

If the execution was started using a stateMachineAliasArn, both the stateMachineAliasArn and stateMachineVersionArn parameters contain the respective values.

Public Property Status Amazon.StepFunctions.ExecutionStatus

Gets and sets the property Status.

The current status of the execution.

Public Property StopDate System.DateTime

Gets and sets the property StopDate.

If the execution already ended, the date the execution stopped.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5