ChildWorkflowExecutionTimedOutEventAttributes constructor

ChildWorkflowExecutionTimedOutEventAttributes({
  1. required int initiatedEventId,
  2. required int startedEventId,
  3. required WorkflowExecutionTimeoutType timeoutType,
  4. required WorkflowExecution workflowExecution,
  5. required WorkflowType workflowType,
})

Implementation

ChildWorkflowExecutionTimedOutEventAttributes({
  required this.initiatedEventId,
  required this.startedEventId,
  required this.timeoutType,
  required this.workflowExecution,
  required this.workflowType,
});