608
609
// UpdateWorkflowExecution mocks base method.
610
>
func (m *MockExecutionManager) UpdateWorkflowExecution(ctx context.Context, request *UpdateWorkflowExecutionRequest) (*UpdateWorkflowExecutionResponse, error) {
data_interfaces_mock.go
611
>
m.ctrl.T.Helper()
612
>
ret := m.ctrl.Call(m, "UpdateWorkflowExecution", ctx, request)
613
>
ret0, _ := ret[0].(*UpdateWorkflowExecutionResponse)
614
>
ret1, _ := ret[1].(error)
615
>
return ret0, ret1
616
>
}
617
618
// UpdateWorkflowExecution indicates an expected call of UpdateWorkflowExecution.