SignalExternalWorkflowExecutionDecisionAttributes constructor
SignalExternalWorkflowExecutionDecisionAttributes({})
Implementation
SignalExternalWorkflowExecutionDecisionAttributes({
required this.signalName,
required this.workflowId,
this.control,
this.input,
this.runId,
});