WorkflowExecutionFailedEventAttributes constructor

WorkflowExecutionFailedEventAttributes({
  1. required int decisionTaskCompletedEventId,
  2. String? details,
  3. String? reason,
})

Implementation

WorkflowExecutionFailedEventAttributes({
  required this.decisionTaskCompletedEventId,
  this.details,
  this.reason,
});