I am trying to prevent the workflow subscriber from analyzing all events from a user account that is using sdk to write documents. Mainly because it fills up my subscriber trace log and makes it harder to find the events I am actually looking for and because of the delay is may cause in workflow processing events when large amounts are being moved into the repository for a migration event.
Two things I tried:
1. I know there is a filter in the subscriber trace log, but it won't let me just filter out the user I don't want to see. I want to see all others and not necessarily a specific user.
2. In Advanced Server Options, I found a setting under Monitored Repositories that seems to imply that it will do what I am asking, but adding this user in the User Exclusion Filter field does not impact the trace log. All events by this user are still evaluated for each condition.
3. I also know that I can add a rule to all of my start rules to reduce the processing time, but I have so many. Plus it will still list a row in the trace log for each event.
Any ideas?