-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
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
Labels
No labels