WorkflowExecutionSignaledEventAttributes class

Provides the details of the WorkflowExecutionSignaled event.

Constructors

WorkflowExecutionSignaledEventAttributes({required String signalName, int? externalInitiatedEventId, WorkflowExecution? externalWorkflowExecution, String? input})
WorkflowExecutionSignaledEventAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

externalInitiatedEventId int?
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.
final
externalWorkflowExecution WorkflowExecution?
The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
final
hashCode int
The hash code for this object.
no setterinherited
input String?
The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signalName String
The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
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