RequestCancelExternalWorkflowExecutionFailedEventAttributes constructor
RequestCancelExternalWorkflowExecutionFailedEventAttributes({})
Implementation
RequestCancelExternalWorkflowExecutionFailedEventAttributes({
required this.cause,
required this.decisionTaskCompletedEventId,
required this.initiatedEventId,
required this.workflowId,
this.control,
this.runId,
});