ExecutionStatus class sealed
Represents the lifecycle status of a workflow execution.
Uses sealed class for exhaustive pattern matching in switch expressions.
Constructors
- ExecutionStatus.fromString(String value)
-
Creates an ExecutionStatus from its database string representation.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override