Skip to content

BypassPluginExecution not responding as expected #223

@TomWinton

Description

@TomWinton

Hallo!

2 things. Using 0.5.10

ServiceClient.BypassPluginExecution is not present

//edited
Asynchronous operations don't fire when I am including the bypass plugins in the request.

Will complete operation but async workflows don't fire

public static void createReq(ServiceClient Service, Entity entity)
        {
            CreateRequest request = new CreateRequest()
            {
                Target = entity            
            };      
           request.Parameters.Add("BypassCustomPluginExecution", true);
            try
            {          
                Service.ExecuteOrganizationRequest(request, "", true);
            }
            catch (Exception ex)
            {
            }
          }

But Service.Create(entity) with the same ServiceClient will execute asynchronous operations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions