I have FME Server trigger event late at night and it will automatically email with the report right after the workspace has completed. Is there anyway to delay the email to send in early morning instead even though workspace still ran at night?
Thank you!
Best answer by gazza
It might be easier to have the first workspace write the details of the email to a text/xml/json file in a resources directory and have a scheduled automation that runs in the morning to process any files in the directory and send emails.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
What you could do is instead of you automation firing an email, get it to fire a separate workbench which has the logic in it to set a schedule that fires a second workbench which sends the email. The schedule can then be set to run at your required time. After the email is send in the second workbench, there should then be some logic to remove the schedule that was set.
It might be easier to have the first workspace write the details of the email to a text/xml/json file in a resources directory and have a scheduled automation that runs in the morning to process any files in the directory and send emails.