AWS Step Functions · Schema

HistoryEvent

Contains details about the events of an execution.

AWSiPaaSOrchestrationServerless

Properties

Name Type Description
timestamp object
type object
id object
previousEventId object
activityFailedEventDetails object Contains details about an activity that failed during an execution.
activityScheduleFailedEventDetails object
activityScheduledEventDetails object Contains details about an activity scheduled during an execution.
activityStartedEventDetails object Contains details about the start of an activity during an execution.
activitySucceededEventDetails object Contains details about an activity that successfully terminated during an execution.
activityTimedOutEventDetails object Contains details about an activity timeout that occurred during an execution.
taskFailedEventDetails object
taskScheduledEventDetails object
taskStartFailedEventDetails object
taskStartedEventDetails object
taskSubmitFailedEventDetails object
taskSubmittedEventDetails object
taskSucceededEventDetails object
taskTimedOutEventDetails object
executionFailedEventDetails object Contains details about an execution failure event.
executionStartedEventDetails object Contains details about the start of the execution.
View JSON Schema on GitHub