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