SignalExternalWorkflowExecutionInitiatedEventAttributes constructor

SignalExternalWorkflowExecutionInitiatedEventAttributes({
  1. required int decisionTaskCompletedEventId,
  2. required String signalName,
  3. required String workflowId,
  4. String? control,
  5. String? input,
  6. String? runId,
})

Implementation

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