Skip to main content
Solved

Send email if translation fail

  • December 13, 2018
  • 2 replies
  • 81 views

kamalkarnatak3
Contributor
Forum|alt.badge.img

Is it possible - if my translation fail, user will get an email with fail message, if translation is successful, in that case user will get an email also with successful translation message.

Best answer by takashi

If the workspace should be run with FME Desktop, create a workspace that contains a WorkspaceRunner (Wait for Job Complete: Yes) to run the main workspace.

The WorkspaceRunner outputs a feature via the Succeeded or the Failed port according to the the translation finished status. You can add the Emailer in order to send mail containing the status to the user.

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.

2 replies

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • December 13, 2018

If the workspace should be run with FME Desktop, create a workspace that contains a WorkspaceRunner (Wait for Job Complete: Yes) to run the main workspace.

The WorkspaceRunner outputs a feature via the Succeeded or the Failed port according to the the translation finished status. You can add the Emailer in order to send mail containing the status to the user.


kamalkarnatak3
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • 1 reply
  • December 14, 2018

Thanks Takashi, It is working now. Thanks again.