884
return nil, "", err
885
}
887
return nil, "", errMultiOpUpdateFirstExecutionRunId
888
}
890
return nil, "", errMultiOpUpdateExecutionRunId
891
}
892
894
>
opReq = &historyservice.ExecuteMultiOperationRequest_Operation{
895
>
Operation: &historyservice.ExecuteMultiOperationRequest_Operation_UpdateWorkflow{
896
>
UpdateWorkflow: &historyservice.UpdateWorkflowExecutionRequest{
897
>
NamespaceId: namespaceID.String(),
898
>
Request: updateReq,
899
>
},
900
>
},
901
>
}
902
} else {
903
return nil, "", serviceerror.NewInternalf("unsupported operation: %T", op.Operation)