WorkflowExecutionTerminatedEventAttributes class

Provides the details of the WorkflowExecutionTerminated event.

Properties

cause WorkflowExecutionTerminatedCause?
If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.
final
childPolicy ChildPolicy
The policy used for the child workflow executions of this workflow execution.
final
details String?
The details provided for the termination.
final
hashCode int
The hash code for this object.
no setterinherited
reason String?
The reason provided for the termination.
final
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