I need a method for ensuring workflows that include a single workspace being run multiple times triggered by the output of an automations writer are run consecutively not in parallel.
In a similar way to how the Workspace Runner in FME Form ‘Wait for job to complete’ option works.
I don’t want to simply assign these to a queue with a single engine as I want the first job to pick the first available engine.

