PLugin is getting executed every one minute. Please help me on this.
if (context.Depth > 2)
{
tracingService.Trace("Depth: " + context.Depth);
return;
}
if (context.InputParameters.Contains("Target") &&
context.InputParameters["Target"] is Entity)
{