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