ChildWorkflowExecutionFailedEventAttributes constructor
ChildWorkflowExecutionFailedEventAttributes({
- required int initiatedEventId,
- required int startedEventId,
- required WorkflowExecution workflowExecution,
- required WorkflowType workflowType,
- String? details,
- String? reason,
Implementation
ChildWorkflowExecutionFailedEventAttributes({
required this.initiatedEventId,
required this.startedEventId,
required this.workflowExecution,
required this.workflowType,
this.details,
this.reason,
});