SignalExternalWorkflowExecutionInitiatedEventAttributes class
Provides the details of the
SignalExternalWorkflowExecutionInitiated event.
Constructors
- SignalExternalWorkflowExecutionInitiatedEventAttributes({required int decisionTaskCompletedEventId, required String signalName, required String workflowId, String? control, String? input, String? runId})
-
SignalExternalWorkflowExecutionInitiatedEventAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- control → String?
-
Data attached to the event that can be used by the decider in subsequent
decision tasks.
final
- decisionTaskCompletedEventId → int
-
The ID of the
DecisionTaskCompletedevent corresponding to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.final - hashCode → int
-
The hash code for this object.
no setterinherited
- input → String?
-
The input provided to the signal.
final
- runId → String?
-
The
runIdof the external workflow execution to send the signal to.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signalName → String
-
The name of the signal.
final
- workflowId → String
-
The
workflowIdof the external workflow execution.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