Hi all,
I have an FME Server automation that runs a number of workspaces one at a time. In the first workspace I want to apply some kind of action depending on whether there are any features on a certain transformer output port. For example, I can place a NoFeaturesTester on this port, and:
- If it reports no features, I would like to inform the user in some way and continue with the remaining automation
- If it reports that there are features, then I would like to send the user a list of these features (via email perhaps), and also look to pause or terminate the Automation.
Can anyone advise a sensible way of doing this?
Thanks,
RB