Hello SolarWizards,
I have an external program trigger action configured that uses a PowerShell script to clean up files. When we run the script manually, it can take 2-3 hours to complete, as it has to clean up literally millions of small files. When the script is executed as a trigger action, it starts the cleanup, but stops running after about an hour, leaving behind a large number of files that should have been deleted.
Is there some sort of timeout built into the execution of external programs? If so, is there a way to extend it?