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