apiName = "StartWorkflowExecution"
}
if attr := cmd.GetRequestCancelExternalWorkflowExecutionCommandAttributes(); attr != nil {
targetNamespace = attr.GetNamespace()
apiName = "RequestCancelWorkflowExecution"
}
default:
// Other command types don't target external namespaces