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 the events of an execution.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class HistoryEvent
The HistoryEvent type exposes the following members
Name | Description | |
---|---|---|
![]() |
HistoryEvent() |
Name | Type | Description | |
---|---|---|---|
![]() |
ActivityFailedEventDetails | Amazon.StepFunctions.Model.ActivityFailedEventDetails |
Gets and sets the property ActivityFailedEventDetails. |
![]() |
ActivityScheduledEventDetails | Amazon.StepFunctions.Model.ActivityScheduledEventDetails |
Gets and sets the property ActivityScheduledEventDetails. |
![]() |
ActivityScheduleFailedEventDetails | Amazon.StepFunctions.Model.ActivityScheduleFailedEventDetails |
Gets and sets the property ActivityScheduleFailedEventDetails. Contains details about an activity schedule event that failed during an execution. |
![]() |
ActivityStartedEventDetails | Amazon.StepFunctions.Model.ActivityStartedEventDetails |
Gets and sets the property ActivityStartedEventDetails. |
![]() |
ActivitySucceededEventDetails | Amazon.StepFunctions.Model.ActivitySucceededEventDetails |
Gets and sets the property ActivitySucceededEventDetails. |
![]() |
ActivityTimedOutEventDetails | Amazon.StepFunctions.Model.ActivityTimedOutEventDetails |
Gets and sets the property ActivityTimedOutEventDetails. |
![]() |
EvaluationFailedEventDetails | Amazon.StepFunctions.Model.EvaluationFailedEventDetails |
Gets and sets the property EvaluationFailedEventDetails. Contains details about an evaluation failure that occurred while processing a state. |
![]() |
ExecutionAbortedEventDetails | Amazon.StepFunctions.Model.ExecutionAbortedEventDetails |
Gets and sets the property ExecutionAbortedEventDetails. |
![]() |
ExecutionFailedEventDetails | Amazon.StepFunctions.Model.ExecutionFailedEventDetails |
Gets and sets the property ExecutionFailedEventDetails. |
![]() |
ExecutionRedrivenEventDetails | Amazon.StepFunctions.Model.ExecutionRedrivenEventDetails |
Gets and sets the property ExecutionRedrivenEventDetails. Contains details about the redrive attempt of an execution. |
![]() |
ExecutionStartedEventDetails | Amazon.StepFunctions.Model.ExecutionStartedEventDetails |
Gets and sets the property ExecutionStartedEventDetails. |
![]() |
ExecutionSucceededEventDetails | Amazon.StepFunctions.Model.ExecutionSucceededEventDetails |
Gets and sets the property ExecutionSucceededEventDetails. |
![]() |
ExecutionTimedOutEventDetails | Amazon.StepFunctions.Model.ExecutionTimedOutEventDetails |
Gets and sets the property ExecutionTimedOutEventDetails. |
![]() |
Id | System.Int64 |
Gets and sets the property Id. The id of the event. Events are numbered sequentially, starting at one. |
![]() |
LambdaFunctionFailedEventDetails | Amazon.StepFunctions.Model.LambdaFunctionFailedEventDetails |
Gets and sets the property LambdaFunctionFailedEventDetails. |
![]() |
LambdaFunctionScheduledEventDetails | Amazon.StepFunctions.Model.LambdaFunctionScheduledEventDetails |
Gets and sets the property LambdaFunctionScheduledEventDetails. |
![]() |
LambdaFunctionScheduleFailedEventDetails | Amazon.StepFunctions.Model.LambdaFunctionScheduleFailedEventDetails |
Gets and sets the property LambdaFunctionScheduleFailedEventDetails. |
![]() |
LambdaFunctionStartFailedEventDetails | Amazon.StepFunctions.Model.LambdaFunctionStartFailedEventDetails |
Gets and sets the property LambdaFunctionStartFailedEventDetails. Contains details about a lambda function that failed to start during an execution. |
![]() |
LambdaFunctionSucceededEventDetails | Amazon.StepFunctions.Model.LambdaFunctionSucceededEventDetails |
Gets and sets the property LambdaFunctionSucceededEventDetails. Contains details about a Lambda function that terminated successfully during an execution. |
![]() |
LambdaFunctionTimedOutEventDetails | Amazon.StepFunctions.Model.LambdaFunctionTimedOutEventDetails |
Gets and sets the property LambdaFunctionTimedOutEventDetails. |
![]() |
MapIterationAbortedEventDetails | Amazon.StepFunctions.Model.MapIterationEventDetails |
Gets and sets the property MapIterationAbortedEventDetails. Contains details about an iteration of a Map state that was aborted. |
![]() |
MapIterationFailedEventDetails | Amazon.StepFunctions.Model.MapIterationEventDetails |
Gets and sets the property MapIterationFailedEventDetails. Contains details about an iteration of a Map state that failed. |
![]() |
MapIterationStartedEventDetails | Amazon.StepFunctions.Model.MapIterationEventDetails |
Gets and sets the property MapIterationStartedEventDetails. Contains details about an iteration of a Map state that was started. |
![]() |
MapIterationSucceededEventDetails | Amazon.StepFunctions.Model.MapIterationEventDetails |
Gets and sets the property MapIterationSucceededEventDetails. Contains details about an iteration of a Map state that succeeded. |
![]() |
MapRunFailedEventDetails | Amazon.StepFunctions.Model.MapRunFailedEventDetails |
Gets and sets the property MapRunFailedEventDetails. Contains error and cause details about a Map Run that failed. |
![]() |
MapRunRedrivenEventDetails | Amazon.StepFunctions.Model.MapRunRedrivenEventDetails |
Gets and sets the property MapRunRedrivenEventDetails. Contains details about the redrive attempt of a Map Run. |
![]() |
MapRunStartedEventDetails | Amazon.StepFunctions.Model.MapRunStartedEventDetails |
Gets and sets the property MapRunStartedEventDetails.
Contains details, such as |
![]() |
MapStateStartedEventDetails | Amazon.StepFunctions.Model.MapStateStartedEventDetails |
Gets and sets the property MapStateStartedEventDetails. Contains details about Map state that was started. |
![]() |
PreviousEventId | System.Int64 |
Gets and sets the property PreviousEventId. The id of the previous event. |
![]() |
StateEnteredEventDetails | Amazon.StepFunctions.Model.StateEnteredEventDetails |
Gets and sets the property StateEnteredEventDetails. |
![]() |
StateExitedEventDetails | Amazon.StepFunctions.Model.StateExitedEventDetails |
Gets and sets the property StateExitedEventDetails. |
![]() |
TaskFailedEventDetails | Amazon.StepFunctions.Model.TaskFailedEventDetails |
Gets and sets the property TaskFailedEventDetails. Contains details about the failure of a task. |
![]() |
TaskScheduledEventDetails | Amazon.StepFunctions.Model.TaskScheduledEventDetails |
Gets and sets the property TaskScheduledEventDetails. Contains details about a task that was scheduled. |
![]() |
TaskStartedEventDetails | Amazon.StepFunctions.Model.TaskStartedEventDetails |
Gets and sets the property TaskStartedEventDetails. Contains details about a task that was started. |
![]() |
TaskStartFailedEventDetails | Amazon.StepFunctions.Model.TaskStartFailedEventDetails |
Gets and sets the property TaskStartFailedEventDetails. Contains details about a task that failed to start. |
![]() |
TaskSubmitFailedEventDetails | Amazon.StepFunctions.Model.TaskSubmitFailedEventDetails |
Gets and sets the property TaskSubmitFailedEventDetails. Contains details about a task that where the submit failed. |
![]() |
TaskSubmittedEventDetails | Amazon.StepFunctions.Model.TaskSubmittedEventDetails |
Gets and sets the property TaskSubmittedEventDetails. Contains details about a submitted task. |
![]() |
TaskSucceededEventDetails | Amazon.StepFunctions.Model.TaskSucceededEventDetails |
Gets and sets the property TaskSucceededEventDetails. Contains details about a task that succeeded. |
![]() |
TaskTimedOutEventDetails | Amazon.StepFunctions.Model.TaskTimedOutEventDetails |
Gets and sets the property TaskTimedOutEventDetails. Contains details about a task that timed out. |
![]() |
Timestamp | System.DateTime |
Gets and sets the property Timestamp. The date and time the event occurred. |
![]() |
Type | Amazon.StepFunctions.HistoryEventType |
Gets and sets the property Type. The type of the event. |
.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