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

EventType

import type { EventType } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
type EventType =
| "WorkflowExecutionStarted"
| "WorkflowExecutionCancelRequested"
| "WorkflowExecutionCompleted"
| "CompleteWorkflowExecutionFailed"
| "WorkflowExecutionFailed"
| "FailWorkflowExecutionFailed"
| "WorkflowExecutionTimedOut"
| "WorkflowExecutionCanceled"
| "CancelWorkflowExecutionFailed"
| "WorkflowExecutionContinuedAsNew"
| "ContinueAsNewWorkflowExecutionFailed"
| "WorkflowExecutionTerminated"
| "DecisionTaskScheduled"
| "DecisionTaskStarted"
| "DecisionTaskCompleted"
| "DecisionTaskTimedOut"
| "ActivityTaskScheduled"
| "ScheduleActivityTaskFailed"
| "ActivityTaskStarted"
| "ActivityTaskCompleted"
| "ActivityTaskFailed"
| "ActivityTaskTimedOut"
| "ActivityTaskCanceled"
| "ActivityTaskCancelRequested"
| "RequestCancelActivityTaskFailed"
| "WorkflowExecutionSignaled"
| "MarkerRecorded"
| "RecordMarkerFailed"
| "TimerStarted"
| "StartTimerFailed"
| "TimerFired"
| "TimerCanceled"
| "CancelTimerFailed"
| "StartChildWorkflowExecutionInitiated"
| "StartChildWorkflowExecutionFailed"
| "ChildWorkflowExecutionStarted"
| "ChildWorkflowExecutionCompleted"
| "ChildWorkflowExecutionFailed"
| "ChildWorkflowExecutionTimedOut"
| "ChildWorkflowExecutionCanceled"
| "ChildWorkflowExecutionTerminated"
| "SignalExternalWorkflowExecutionInitiated"
| "SignalExternalWorkflowExecutionFailed"
| "ExternalWorkflowExecutionSignaled"
| "RequestCancelExternalWorkflowExecutionInitiated"
| "RequestCancelExternalWorkflowExecutionFailed"
| "ExternalWorkflowExecutionCancelRequested"
| "LambdaFunctionScheduled"
| "LambdaFunctionStarted"
| "LambdaFunctionCompleted"
| "LambdaFunctionFailed"
| "LambdaFunctionTimedOut"
| "ScheduleLambdaFunctionFailed"
| "StartLambdaFunctionFailed"

§Type

§
"WorkflowExecutionStarted" | "WorkflowExecutionCancelRequested" | "WorkflowExecutionCompleted" | "CompleteWorkflowExecutionFailed" | "WorkflowExecutionFailed" | "FailWorkflowExecutionFailed" | "WorkflowExecutionTimedOut" | "WorkflowExecutionCanceled" | "CancelWorkflowExecutionFailed" | "WorkflowExecutionContinuedAsNew" | "ContinueAsNewWorkflowExecutionFailed" | "WorkflowExecutionTerminated" | "DecisionTaskScheduled" | "DecisionTaskStarted" | "DecisionTaskCompleted" | "DecisionTaskTimedOut" | "ActivityTaskScheduled" | "ScheduleActivityTaskFailed" | "ActivityTaskStarted" | "ActivityTaskCompleted" | "ActivityTaskFailed" | "ActivityTaskTimedOut" | "ActivityTaskCanceled" | "ActivityTaskCancelRequested" | "RequestCancelActivityTaskFailed" | "WorkflowExecutionSignaled" | "MarkerRecorded" | "RecordMarkerFailed" | "TimerStarted" | "StartTimerFailed" | "TimerFired" | "TimerCanceled" | "CancelTimerFailed" | "StartChildWorkflowExecutionInitiated" | "StartChildWorkflowExecutionFailed" | "ChildWorkflowExecutionStarted" | "ChildWorkflowExecutionCompleted" | "ChildWorkflowExecutionFailed" | "ChildWorkflowExecutionTimedOut" | "ChildWorkflowExecutionCanceled" | "ChildWorkflowExecutionTerminated" | "SignalExternalWorkflowExecutionInitiated" | "SignalExternalWorkflowExecutionFailed" | "ExternalWorkflowExecutionSignaled" | "RequestCancelExternalWorkflowExecutionInitiated" | "RequestCancelExternalWorkflowExecutionFailed" | "ExternalWorkflowExecutionCancelRequested" | "LambdaFunctionScheduled" | "LambdaFunctionStarted" | "LambdaFunctionCompleted" | "LambdaFunctionFailed" | "LambdaFunctionTimedOut" | "ScheduleLambdaFunctionFailed" | "StartLambdaFunctionFailed" | cmnP.UnexpectedEnumValue
[src]