ExternalWorkflowExecutionCancelRequestedEventAttributes class
Provides the details of the
ExternalWorkflowExecutionCancelRequested event.
Constructors
- ExternalWorkflowExecutionCancelRequestedEventAttributes({required int initiatedEventId, required WorkflowExecution workflowExecution})
-
ExternalWorkflowExecutionCancelRequestedEventAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initiatedEventId → int
-
The ID of the
RequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- workflowExecution → WorkflowExecution
-
The external workflow execution to which the cancellation request was
delivered.
final
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