This can cost more in terms of the WUs for the searches that need to take place at regular intervals, but can be less costly in terms of WUs to delete the things as you could take the entire list and run a backend workflow on a list

This is less costly in terms of search as there is no search, but can be more expensive because each individual thing will have the schedule backend workflow cost of running the action to schedule (0.6) and the adding to scheduler cost of (0.1) plus the cost to do the delete action of (0.6).

@peanut_butter run some tests on both approaches to get a baseline of the cost difference if you do 10 things at once versus 10 things individually…you might just find the regular check approach is less costly if there are many things found on each check.

1 Like