I'm using AutoLoader to process any new file or update that arrives to my landing area. And then I schedule the job using DB workflows to trigger on file arrival. The issue is that the trigger only executes when new files arrive, not when an exiting file is updated (even if the AutoLoader works with the file updates if a I run the job manually).
Is there any way to trigger the workflow on file updates?