ChildWorkflowExecutionTimedOutEventAttributes constructor
ChildWorkflowExecutionTimedOutEventAttributes({
- required int initiatedEventId,
- required int startedEventId,
- required WorkflowExecutionTimeoutType timeoutType,
- required WorkflowExecution workflowExecution,
- required WorkflowType workflowType,
Implementation
ChildWorkflowExecutionTimedOutEventAttributes({
required this.initiatedEventId,
required this.startedEventId,
required this.timeoutType,
required this.workflowExecution,
required this.workflowType,
});