EventType enum

Inheritance

Constructors

EventType()
const

Values

workflowExecutionStarted → const EventType
workflowExecutionCancelRequested → const EventType
workflowExecutionCompleted → const EventType
completeWorkflowExecutionFailed → const EventType
workflowExecutionFailed → const EventType
failWorkflowExecutionFailed → const EventType
workflowExecutionTimedOut → const EventType
workflowExecutionCanceled → const EventType
cancelWorkflowExecutionFailed → const EventType
workflowExecutionContinuedAsNew → const EventType
continueAsNewWorkflowExecutionFailed → const EventType
workflowExecutionTerminated → const EventType
decisionTaskScheduled → const EventType
decisionTaskStarted → const EventType
decisionTaskCompleted → const EventType
decisionTaskTimedOut → const EventType
activityTaskScheduled → const EventType
scheduleActivityTaskFailed → const EventType
activityTaskStarted → const EventType
activityTaskCompleted → const EventType
activityTaskFailed → const EventType
activityTaskTimedOut → const EventType
activityTaskCanceled → const EventType
activityTaskCancelRequested → const EventType
requestCancelActivityTaskFailed → const EventType
workflowExecutionSignaled → const EventType
markerRecorded → const EventType
recordMarkerFailed → const EventType
timerStarted → const EventType
startTimerFailed → const EventType
timerFired → const EventType
timerCanceled → const EventType
cancelTimerFailed → const EventType
startChildWorkflowExecutionInitiated → const EventType
startChildWorkflowExecutionFailed → const EventType
childWorkflowExecutionStarted → const EventType
childWorkflowExecutionCompleted → const EventType
childWorkflowExecutionFailed → const EventType
childWorkflowExecutionTimedOut → const EventType
childWorkflowExecutionCanceled → const EventType
childWorkflowExecutionTerminated → const EventType
signalExternalWorkflowExecutionInitiated → const EventType
signalExternalWorkflowExecutionFailed → const EventType
externalWorkflowExecutionSignaled → const EventType
requestCancelExternalWorkflowExecutionInitiated → const EventType
requestCancelExternalWorkflowExecutionFailed → const EventType
externalWorkflowExecutionCancelRequested → const EventType
lambdaFunctionScheduled → const EventType
lambdaFunctionStarted → const EventType
lambdaFunctionCompleted → const EventType
lambdaFunctionFailed → const EventType
lambdaFunctionTimedOut → const EventType
scheduleLambdaFunctionFailed → const EventType
startLambdaFunctionFailed → const EventType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<EventType>
A constant List of the values in this enum, in order of their declaration.