ChildWorkflowExecutionTerminatedEventAttributes constructor

ChildWorkflowExecutionTerminatedEventAttributes({
  1. required int initiatedEventId,
  2. required int startedEventId,
  3. required WorkflowExecution workflowExecution,
  4. required WorkflowType workflowType,
})

Implementation

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