Skip to main content
Question

Resource or Network Directory (updated) delay

  • June 8, 2026
  • 4 replies
  • 30 views

navid.fotovaty
Contributor
Forum|alt.badge.img+3

Hey guys, 
We are on FME Form and Flow 2026. 

I have a Form which generates an email, and I have a Flow Automation that using the “Resource or Network Directory (updated) delay” trigger my Form.

I am facing an issue. The directory that I am watching will always gets update with three different files, this means, my Flow runs my Form three times and three separate emails gets generated with the same content. 

I am unable to change the directory where files are located, since the files that get generated are from am older system that I can’t touch. 

Is there anyway to add a delay to the Flow? or to the Form that stop the system from running three times? 

 

Thanks

4 replies

ebygomm
Evangelist
Forum|alt.badge.img+49
  • Evangelist
  • June 9, 2026

Do you mean you have an automation that triggers a workspace?


navid.fotovaty
Contributor
Forum|alt.badge.img+3

Do you mean you have an automation that triggers a workspace?

Yes, I do, it runs every 5 minutes and monitor the folder for activity. If it detects activity, it will run the workspace. 


ebygomm
Evangelist
Forum|alt.badge.img+49
  • Evangelist
  • June 9, 2026

If you tick Skip if Job in progress under Advanced settings, the workspace should only be triggered once each time the folder is polled

 


navid.fotovaty
Contributor
Forum|alt.badge.img+3

If you tick Skip if Job in progress under Advanced settings, the workspace should only be triggered once each time the folder is polled

 

Hello, 
I am using automation, and I don’t see the options you are showing me