Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HistoryEvent

import type { HistoryEvent } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";
interface HistoryEvent {
activityTaskCanceledEventAttributes?: ActivityTaskCanceledEventAttributes | null;
activityTaskCancelRequestedEventAttributes?: ActivityTaskCancelRequestedEventAttributes | null;
activityTaskCompletedEventAttributes?: ActivityTaskCompletedEventAttributes | null;
activityTaskFailedEventAttributes?: ActivityTaskFailedEventAttributes | null;
activityTaskScheduledEventAttributes?: ActivityTaskScheduledEventAttributes | null;
activityTaskStartedEventAttributes?: ActivityTaskStartedEventAttributes | null;
activityTaskTimedOutEventAttributes?: ActivityTaskTimedOutEventAttributes | null;
cancelTimerFailedEventAttributes?: CancelTimerFailedEventAttributes | null;
cancelWorkflowExecutionFailedEventAttributes?: CancelWorkflowExecutionFailedEventAttributes | null;
childWorkflowExecutionCanceledEventAttributes?: ChildWorkflowExecutionCanceledEventAttributes | null;
childWorkflowExecutionCompletedEventAttributes?: ChildWorkflowExecutionCompletedEventAttributes | null;
childWorkflowExecutionFailedEventAttributes?: ChildWorkflowExecutionFailedEventAttributes | null;
childWorkflowExecutionStartedEventAttributes?: ChildWorkflowExecutionStartedEventAttributes | null;
childWorkflowExecutionTerminatedEventAttributes?: ChildWorkflowExecutionTerminatedEventAttributes | null;
childWorkflowExecutionTimedOutEventAttributes?: ChildWorkflowExecutionTimedOutEventAttributes | null;
completeWorkflowExecutionFailedEventAttributes?: CompleteWorkflowExecutionFailedEventAttributes | null;
continueAsNewWorkflowExecutionFailedEventAttributes?: ContinueAsNewWorkflowExecutionFailedEventAttributes | null;
decisionTaskCompletedEventAttributes?: DecisionTaskCompletedEventAttributes | null;
decisionTaskScheduledEventAttributes?: DecisionTaskScheduledEventAttributes | null;
decisionTaskStartedEventAttributes?: DecisionTaskStartedEventAttributes | null;
decisionTaskTimedOutEventAttributes?: DecisionTaskTimedOutEventAttributes | null;
eventId: number;
eventTimestamp: Date | number;
eventType: EventType;
externalWorkflowExecutionCancelRequestedEventAttributes?: ExternalWorkflowExecutionCancelRequestedEventAttributes | null;
externalWorkflowExecutionSignaledEventAttributes?: ExternalWorkflowExecutionSignaledEventAttributes | null;
failWorkflowExecutionFailedEventAttributes?: FailWorkflowExecutionFailedEventAttributes | null;
lambdaFunctionCompletedEventAttributes?: LambdaFunctionCompletedEventAttributes | null;
lambdaFunctionFailedEventAttributes?: LambdaFunctionFailedEventAttributes | null;
lambdaFunctionScheduledEventAttributes?: LambdaFunctionScheduledEventAttributes | null;
lambdaFunctionStartedEventAttributes?: LambdaFunctionStartedEventAttributes | null;
lambdaFunctionTimedOutEventAttributes?: LambdaFunctionTimedOutEventAttributes | null;
markerRecordedEventAttributes?: MarkerRecordedEventAttributes | null;
recordMarkerFailedEventAttributes?: RecordMarkerFailedEventAttributes | null;
requestCancelActivityTaskFailedEventAttributes?: RequestCancelActivityTaskFailedEventAttributes | null;
requestCancelExternalWorkflowExecutionFailedEventAttributes?: RequestCancelExternalWorkflowExecutionFailedEventAttributes | null;
requestCancelExternalWorkflowExecutionInitiatedEventAttributes?: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes | null;
scheduleActivityTaskFailedEventAttributes?: ScheduleActivityTaskFailedEventAttributes | null;
scheduleLambdaFunctionFailedEventAttributes?: ScheduleLambdaFunctionFailedEventAttributes | null;
signalExternalWorkflowExecutionFailedEventAttributes?: SignalExternalWorkflowExecutionFailedEventAttributes | null;
signalExternalWorkflowExecutionInitiatedEventAttributes?: SignalExternalWorkflowExecutionInitiatedEventAttributes | null;
startChildWorkflowExecutionFailedEventAttributes?: StartChildWorkflowExecutionFailedEventAttributes | null;
startChildWorkflowExecutionInitiatedEventAttributes?: StartChildWorkflowExecutionInitiatedEventAttributes | null;
startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes | null;
startTimerFailedEventAttributes?: StartTimerFailedEventAttributes | null;
timerCanceledEventAttributes?: TimerCanceledEventAttributes | null;
timerFiredEventAttributes?: TimerFiredEventAttributes | null;
timerStartedEventAttributes?: TimerStartedEventAttributes | null;
workflowExecutionCanceledEventAttributes?: WorkflowExecutionCanceledEventAttributes | null;
workflowExecutionCancelRequestedEventAttributes?: WorkflowExecutionCancelRequestedEventAttributes | null;
workflowExecutionCompletedEventAttributes?: WorkflowExecutionCompletedEventAttributes | null;
workflowExecutionContinuedAsNewEventAttributes?: WorkflowExecutionContinuedAsNewEventAttributes | null;
workflowExecutionFailedEventAttributes?: WorkflowExecutionFailedEventAttributes | null;
workflowExecutionSignaledEventAttributes?: WorkflowExecutionSignaledEventAttributes | null;
workflowExecutionStartedEventAttributes?: WorkflowExecutionStartedEventAttributes | null;
workflowExecutionTerminatedEventAttributes?: WorkflowExecutionTerminatedEventAttributes | null;
workflowExecutionTimedOutEventAttributes?: WorkflowExecutionTimedOutEventAttributes | null;
}

§Properties

§
activityTaskCanceledEventAttributes?: ActivityTaskCanceledEventAttributes | null
[src]
§
activityTaskCancelRequestedEventAttributes?: ActivityTaskCancelRequestedEventAttributes | null
[src]
§
activityTaskCompletedEventAttributes?: ActivityTaskCompletedEventAttributes | null
[src]
§
activityTaskFailedEventAttributes?: ActivityTaskFailedEventAttributes | null
[src]
§
activityTaskScheduledEventAttributes?: ActivityTaskScheduledEventAttributes | null
[src]
§
activityTaskStartedEventAttributes?: ActivityTaskStartedEventAttributes | null
[src]
§
activityTaskTimedOutEventAttributes?: ActivityTaskTimedOutEventAttributes | null
[src]
§
cancelTimerFailedEventAttributes?: CancelTimerFailedEventAttributes | null
[src]
§
cancelWorkflowExecutionFailedEventAttributes?: CancelWorkflowExecutionFailedEventAttributes | null
[src]
§
childWorkflowExecutionCanceledEventAttributes?: ChildWorkflowExecutionCanceledEventAttributes | null
[src]
§
childWorkflowExecutionCompletedEventAttributes?: ChildWorkflowExecutionCompletedEventAttributes | null
[src]
§
childWorkflowExecutionFailedEventAttributes?: ChildWorkflowExecutionFailedEventAttributes | null
[src]
§
childWorkflowExecutionStartedEventAttributes?: ChildWorkflowExecutionStartedEventAttributes | null
[src]
§
childWorkflowExecutionTerminatedEventAttributes?: ChildWorkflowExecutionTerminatedEventAttributes | null
[src]
§
childWorkflowExecutionTimedOutEventAttributes?: ChildWorkflowExecutionTimedOutEventAttributes | null
[src]
§
completeWorkflowExecutionFailedEventAttributes?: CompleteWorkflowExecutionFailedEventAttributes | null
[src]
§
continueAsNewWorkflowExecutionFailedEventAttributes?: ContinueAsNewWorkflowExecutionFailedEventAttributes | null
[src]
§
decisionTaskCompletedEventAttributes?: DecisionTaskCompletedEventAttributes | null
[src]
§
decisionTaskScheduledEventAttributes?: DecisionTaskScheduledEventAttributes | null
[src]
§
decisionTaskStartedEventAttributes?: DecisionTaskStartedEventAttributes | null
[src]
§
decisionTaskTimedOutEventAttributes?: DecisionTaskTimedOutEventAttributes | null
[src]
§
eventId: number
[src]
§
eventTimestamp: Date | number
[src]
§
eventType: EventType
[src]
§
externalWorkflowExecutionCancelRequestedEventAttributes?: ExternalWorkflowExecutionCancelRequestedEventAttributes | null
[src]
§
externalWorkflowExecutionSignaledEventAttributes?: ExternalWorkflowExecutionSignaledEventAttributes | null
[src]
§
failWorkflowExecutionFailedEventAttributes?: FailWorkflowExecutionFailedEventAttributes | null
[src]
§
lambdaFunctionCompletedEventAttributes?: LambdaFunctionCompletedEventAttributes | null
[src]
§
lambdaFunctionFailedEventAttributes?: LambdaFunctionFailedEventAttributes | null
[src]
§
lambdaFunctionScheduledEventAttributes?: LambdaFunctionScheduledEventAttributes | null
[src]
§
lambdaFunctionStartedEventAttributes?: LambdaFunctionStartedEventAttributes | null
[src]
§
lambdaFunctionTimedOutEventAttributes?: LambdaFunctionTimedOutEventAttributes | null
[src]
§
markerRecordedEventAttributes?: MarkerRecordedEventAttributes | null
[src]
§
recordMarkerFailedEventAttributes?: RecordMarkerFailedEventAttributes | null
[src]
§
requestCancelActivityTaskFailedEventAttributes?: RequestCancelActivityTaskFailedEventAttributes | null
[src]
§
requestCancelExternalWorkflowExecutionFailedEventAttributes?: RequestCancelExternalWorkflowExecutionFailedEventAttributes | null
[src]
§
requestCancelExternalWorkflowExecutionInitiatedEventAttributes?: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes | null
[src]
§
scheduleActivityTaskFailedEventAttributes?: ScheduleActivityTaskFailedEventAttributes | null
[src]
§
scheduleLambdaFunctionFailedEventAttributes?: ScheduleLambdaFunctionFailedEventAttributes | null
[src]
§
signalExternalWorkflowExecutionFailedEventAttributes?: SignalExternalWorkflowExecutionFailedEventAttributes | null
[src]
§
signalExternalWorkflowExecutionInitiatedEventAttributes?: SignalExternalWorkflowExecutionInitiatedEventAttributes | null
[src]
§
startChildWorkflowExecutionFailedEventAttributes?: StartChildWorkflowExecutionFailedEventAttributes | null
[src]
§
startChildWorkflowExecutionInitiatedEventAttributes?: StartChildWorkflowExecutionInitiatedEventAttributes | null
[src]
§
startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes | null
[src]
§
startTimerFailedEventAttributes?: StartTimerFailedEventAttributes | null
[src]
§
timerCanceledEventAttributes?: TimerCanceledEventAttributes | null
[src]
§
timerFiredEventAttributes?: TimerFiredEventAttributes | null
[src]
§
timerStartedEventAttributes?: TimerStartedEventAttributes | null
[src]
§
workflowExecutionCanceledEventAttributes?: WorkflowExecutionCanceledEventAttributes | null
[src]
§
workflowExecutionCancelRequestedEventAttributes?: WorkflowExecutionCancelRequestedEventAttributes | null
[src]
§
workflowExecutionCompletedEventAttributes?: WorkflowExecutionCompletedEventAttributes | null
[src]
§
workflowExecutionContinuedAsNewEventAttributes?: WorkflowExecutionContinuedAsNewEventAttributes | null
[src]
§
workflowExecutionFailedEventAttributes?: WorkflowExecutionFailedEventAttributes | null
[src]
§
workflowExecutionSignaledEventAttributes?: WorkflowExecutionSignaledEventAttributes | null
[src]
§
workflowExecutionStartedEventAttributes?: WorkflowExecutionStartedEventAttributes | null
[src]
§
workflowExecutionTerminatedEventAttributes?: WorkflowExecutionTerminatedEventAttributes | null
[src]
§
workflowExecutionTimedOutEventAttributes?: WorkflowExecutionTimedOutEventAttributes | null
[src]