StartChildWorkflowExecutionFailedEventAttributes constructor

StartChildWorkflowExecutionFailedEventAttributes({
  1. required StartChildWorkflowExecutionFailedCause cause,
  2. required int decisionTaskCompletedEventId,
  3. required int initiatedEventId,
  4. required String workflowId,
  5. required WorkflowType workflowType,
  6. String? control,
})

Implementation

StartChildWorkflowExecutionFailedEventAttributes({
  required this.cause,
  required this.decisionTaskCompletedEventId,
  required this.initiatedEventId,
  required this.workflowId,
  required this.workflowType,
  this.control,
});