SignalExternalWorkflowExecutionFailedEventAttributes constructor

SignalExternalWorkflowExecutionFailedEventAttributes({
  1. required SignalExternalWorkflowExecutionFailedCause cause,
  2. required int decisionTaskCompletedEventId,
  3. required int initiatedEventId,
  4. required String workflowId,
  5. String? control,
  6. String? runId,
})

Implementation

SignalExternalWorkflowExecutionFailedEventAttributes({
  required this.cause,
  required this.decisionTaskCompletedEventId,
  required this.initiatedEventId,
  required this.workflowId,
  this.control,
  this.runId,
});