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.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class MapRunExecutionCounts
The MapRunExecutionCounts type exposes the following members
Name | Description | |
---|---|---|
MapRunExecutionCounts() |
Name | Type | Description | |
---|---|---|---|
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. |
|
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. |
|
FailuresNotRedrivable | System.Int64 |
Gets and sets the property FailuresNotRedrivable.
The number of |
|
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. |
|
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 |
|
ResultsWritten | System.Int64 |
Gets and sets the property ResultsWritten.
Returns the count of child workflow executions whose results were written by |
|
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. |
|
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. |
|
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. |
|
Total | System.Int64 |
Gets and sets the property Total. The total number of child workflow executions that were started by a Map Run. |
.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