ChildWorkflowExecutionStartedEventAttributes constructor
ChildWorkflowExecutionStartedEventAttributes({
- required int initiatedEventId,
- required WorkflowExecution workflowExecution,
- required WorkflowType workflowType,
Implementation
ChildWorkflowExecutionStartedEventAttributes({
required this.initiatedEventId,
required this.workflowExecution,
required this.workflowType,
});