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 all of the child workflow executions started by a Map Run.

Inheritance Hierarchy

System.Object
  Amazon.StepFunctions.Model.MapRunExecutionCounts

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

Syntax

C#
public class MapRunExecutionCounts

The MapRunExecutionCounts type exposes the following members

Constructors

NameDescription
Public Method MapRunExecutionCounts()

Properties

NameTypeDescription
Public Property Aborted System.Int64

Gets and sets the property Aborted.

The total number of child workflow executions that were started by a Map Run and were running, but were either stopped by the user or by Step Functions because the Map Run failed.

Public Property Failed System.Int64

Gets and sets the property Failed.

The total number of child workflow executions that were started by a Map Run, but have failed.

Public Property FailuresNotRedrivable System.Int64

Gets and sets the property FailuresNotRedrivable.

The number of FAILED, ABORTED, or TIMED_OUT child workflow executions that cannot be redriven because their execution status is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

Public Property Pending System.Int64

Gets and sets the property Pending.

The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.

Public Property PendingRedrive System.Int64

Gets and sets the property PendingRedrive.

The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these child workflow executions could be FAILED, ABORTED, or TIMED_OUT in the original execution attempt or a previous redrive attempt.

Public Property ResultsWritten System.Int64

Gets and sets the property ResultsWritten.

Returns the count of child workflow executions whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.

Public Property Running System.Int64

Gets and sets the property Running.

The total number of child workflow executions that were started by a Map Run and are currently in-progress.

Public Property Succeeded System.Int64

Gets and sets the property Succeeded.

The total number of child workflow executions that were started by a Map Run and have completed successfully.

Public Property TimedOut System.Int64

Gets and sets the property TimedOut.

The total number of child workflow executions that were started by a Map Run and have timed out.

Public Property Total System.Int64

Gets and sets the property Total.

The total number of child workflow executions that were started by a Map Run.

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