EventType enum
- Inheritance
- Available extensions
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toValue(
) → String -
Available on EventType, provided by the EventTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited