I want to create a rule which is executed only once approximately every hour on one file. Then stops and processes the next file one hour after processing the last file and so on.
I thought I could do that with an automator workflow creating a text file within the same folder called something like "temp_import_calibre_hegel.txt" every time the rule is executed and tell Hazel not to process if it finds this file within the folder. Then having another rule to delete the text file after one hour, so that the first rule will be executed again.
Now I can create the "temp_import_calibre_hegel.txt"-file without a problem, but can't tell hazel not to process if she finds the "temp_import_calibre_hegel.txt"-file within the same folder.
I thought that would work with a nested condition: "If none of the following conditions are met for any file or folder in the same folder" ➔ Name is temp_import_calibre_hegel


Where the "Run Automator Workflow" creates the text file "temp_import_calibre_hegel.txt"
But the rule gets executed nonetheless...
I tried several conditions as "Name contains", "Extension is .txt", "Full name" etc. but it does not seem to work.
Does someone has an idea how to solve that?

Thank You for all Ideas!!