If your users are creating workflows and then abandoning (which I am assuming is why you're performing cleanup) then, add some code in your WFT to check how many workflows are owned by the user then prevent them from adding anymore if they reach a certain number.Or write a job that runs through the workflows everyday and checks them for modified files. If the workflow contains files that don't vary compared to staging, then delete the workflow since I was probably abandoned anyway. Getting rid of the "All" option is only applying a band-aid to the issue.Or create a job (or add a task to your job) that sends out reminders to the users about their jobs or tasks every week. Visibility is the key.