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 the events of an execution.

Inheritance Hierarchy

System.Object
  Amazon.StepFunctions.Model.HistoryEvent

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

Syntax

C#
public class HistoryEvent

The HistoryEvent type exposes the following members

Constructors

NameDescription
Public Method HistoryEvent()

Properties

NameTypeDescription
Public Property ActivityFailedEventDetails Amazon.StepFunctions.Model.ActivityFailedEventDetails

Gets and sets the property ActivityFailedEventDetails.

Public Property ActivityScheduledEventDetails Amazon.StepFunctions.Model.ActivityScheduledEventDetails

Gets and sets the property ActivityScheduledEventDetails.

Public Property ActivityScheduleFailedEventDetails Amazon.StepFunctions.Model.ActivityScheduleFailedEventDetails

Gets and sets the property ActivityScheduleFailedEventDetails.

Contains details about an activity schedule event that failed during an execution.

Public Property ActivityStartedEventDetails Amazon.StepFunctions.Model.ActivityStartedEventDetails

Gets and sets the property ActivityStartedEventDetails.

Public Property ActivitySucceededEventDetails Amazon.StepFunctions.Model.ActivitySucceededEventDetails

Gets and sets the property ActivitySucceededEventDetails.

Public Property ActivityTimedOutEventDetails Amazon.StepFunctions.Model.ActivityTimedOutEventDetails

Gets and sets the property ActivityTimedOutEventDetails.

Public Property ExecutionAbortedEventDetails Amazon.StepFunctions.Model.ExecutionAbortedEventDetails

Gets and sets the property ExecutionAbortedEventDetails.

Public Property ExecutionFailedEventDetails Amazon.StepFunctions.Model.ExecutionFailedEventDetails

Gets and sets the property ExecutionFailedEventDetails.

Public Property ExecutionRedrivenEventDetails Amazon.StepFunctions.Model.ExecutionRedrivenEventDetails

Gets and sets the property ExecutionRedrivenEventDetails.

Contains details about the redrive attempt of an execution.

Public Property ExecutionStartedEventDetails Amazon.StepFunctions.Model.ExecutionStartedEventDetails

Gets and sets the property ExecutionStartedEventDetails.

Public Property ExecutionSucceededEventDetails Amazon.StepFunctions.Model.ExecutionSucceededEventDetails

Gets and sets the property ExecutionSucceededEventDetails.

Public Property ExecutionTimedOutEventDetails Amazon.StepFunctions.Model.ExecutionTimedOutEventDetails

Gets and sets the property ExecutionTimedOutEventDetails.

Public Property Id System.Int64

Gets and sets the property Id.

The id of the event. Events are numbered sequentially, starting at one.

Public Property LambdaFunctionFailedEventDetails Amazon.StepFunctions.Model.LambdaFunctionFailedEventDetails

Gets and sets the property LambdaFunctionFailedEventDetails.

Public Property LambdaFunctionScheduledEventDetails Amazon.StepFunctions.Model.LambdaFunctionScheduledEventDetails

Gets and sets the property LambdaFunctionScheduledEventDetails.

Public Property LambdaFunctionScheduleFailedEventDetails Amazon.StepFunctions.Model.LambdaFunctionScheduleFailedEventDetails

Gets and sets the property LambdaFunctionScheduleFailedEventDetails.

Public Property LambdaFunctionStartFailedEventDetails Amazon.StepFunctions.Model.LambdaFunctionStartFailedEventDetails

Gets and sets the property LambdaFunctionStartFailedEventDetails.

Contains details about a lambda function that failed to start during an execution.

Public Property LambdaFunctionSucceededEventDetails Amazon.StepFunctions.Model.LambdaFunctionSucceededEventDetails

Gets and sets the property LambdaFunctionSucceededEventDetails.

Contains details about a Lambda function that terminated successfully during an execution.

Public Property LambdaFunctionTimedOutEventDetails Amazon.StepFunctions.Model.LambdaFunctionTimedOutEventDetails

Gets and sets the property LambdaFunctionTimedOutEventDetails.

Public Property MapIterationAbortedEventDetails Amazon.StepFunctions.Model.MapIterationEventDetails

Gets and sets the property MapIterationAbortedEventDetails.

Contains details about an iteration of a Map state that was aborted.

Public Property MapIterationFailedEventDetails Amazon.StepFunctions.Model.MapIterationEventDetails

Gets and sets the property MapIterationFailedEventDetails.

Contains details about an iteration of a Map state that failed.

Public Property MapIterationStartedEventDetails Amazon.StepFunctions.Model.MapIterationEventDetails

Gets and sets the property MapIterationStartedEventDetails.

Contains details about an iteration of a Map state that was started.

Public Property MapIterationSucceededEventDetails Amazon.StepFunctions.Model.MapIterationEventDetails

Gets and sets the property MapIterationSucceededEventDetails.

Contains details about an iteration of a Map state that succeeded.

Public Property MapRunFailedEventDetails Amazon.StepFunctions.Model.MapRunFailedEventDetails

Gets and sets the property MapRunFailedEventDetails.

Contains error and cause details about a Map Run that failed.

Public Property MapRunRedrivenEventDetails Amazon.StepFunctions.Model.MapRunRedrivenEventDetails

Gets and sets the property MapRunRedrivenEventDetails.

Contains details about the redrive attempt of a Map Run.

Public Property MapRunStartedEventDetails Amazon.StepFunctions.Model.MapRunStartedEventDetails

Gets and sets the property MapRunStartedEventDetails.

Contains details, such as mapRunArn, and the start date and time of a Map Run. mapRunArn is the Amazon Resource Name (ARN) of the Map Run that was started.

Public Property MapStateStartedEventDetails Amazon.StepFunctions.Model.MapStateStartedEventDetails

Gets and sets the property MapStateStartedEventDetails.

Contains details about Map state that was started.

Public Property PreviousEventId System.Int64

Gets and sets the property PreviousEventId.

The id of the previous event.

Public Property StateEnteredEventDetails Amazon.StepFunctions.Model.StateEnteredEventDetails

Gets and sets the property StateEnteredEventDetails.

Public Property StateExitedEventDetails Amazon.StepFunctions.Model.StateExitedEventDetails

Gets and sets the property StateExitedEventDetails.

Public Property TaskFailedEventDetails Amazon.StepFunctions.Model.TaskFailedEventDetails

Gets and sets the property TaskFailedEventDetails.

Contains details about the failure of a task.

Public Property TaskScheduledEventDetails Amazon.StepFunctions.Model.TaskScheduledEventDetails

Gets and sets the property TaskScheduledEventDetails.

Contains details about a task that was scheduled.

Public Property TaskStartedEventDetails Amazon.StepFunctions.Model.TaskStartedEventDetails

Gets and sets the property TaskStartedEventDetails.

Contains details about a task that was started.

Public Property TaskStartFailedEventDetails Amazon.StepFunctions.Model.TaskStartFailedEventDetails

Gets and sets the property TaskStartFailedEventDetails.

Contains details about a task that failed to start.

Public Property TaskSubmitFailedEventDetails Amazon.StepFunctions.Model.TaskSubmitFailedEventDetails

Gets and sets the property TaskSubmitFailedEventDetails.

Contains details about a task that where the submit failed.

Public Property TaskSubmittedEventDetails Amazon.StepFunctions.Model.TaskSubmittedEventDetails

Gets and sets the property TaskSubmittedEventDetails.

Contains details about a submitted task.

Public Property TaskSucceededEventDetails Amazon.StepFunctions.Model.TaskSucceededEventDetails

Gets and sets the property TaskSucceededEventDetails.

Contains details about a task that succeeded.

Public Property TaskTimedOutEventDetails Amazon.StepFunctions.Model.TaskTimedOutEventDetails

Gets and sets the property TaskTimedOutEventDetails.

Contains details about a task that timed out.

Public Property Timestamp System.DateTime

Gets and sets the property Timestamp.

The date and time the event occurred.

Public Property Type Amazon.StepFunctions.HistoryEventType

Gets and sets the property Type.

The type of the event.

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