Skip to main content
Solved

FME Server Logic, Automations, Notifications (IF, Then)

  • September 5, 2021
  • 1 reply
  • 22 views

goatboyboz
Contributor
Forum|alt.badge.img+5

Hi All, am trying to work out how to build some logic into an automation on FME SERVER. Here is my workflow: Workspace reads Arcgis feature service every day. If it reads a record with "Attribute A' = "HIGH" (test filter) then email bob the workspace outputs (csv of "HIGH' Records) , if "AttributeA" = "LOW" email Mary the workspace outputs (csv of 'LOW' records). I'm unsure where I'm meant to build this logic. Is it in the workspace or automation? The automation action (run workspace) only has 'Action Succeeded' or 'Action Failed'. Am I meant to be passing a notification from the workspace to the automation??. I have read all I can find on this but must be missing something. Thanks Steve.

Best answer by goatboyboz

I think I have answered my own question now: use a FmeServerAutomations Writer in your workspace. This creators another port on your "Action" in FME server allow you to use this to create a downstream external action (email) you get some new keys from this port also if needed for the email/

 

https://community.safe.com/s/article/building-integrations-with-the-fme-server-automati

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.

1 reply

goatboyboz
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 7 replies
  • Best Answer
  • September 6, 2021

I think I have answered my own question now: use a FmeServerAutomations Writer in your workspace. This creators another port on your "Action" in FME server allow you to use this to create a downstream external action (email) you get some new keys from this port also if needed for the email/

 

https://community.safe.com/s/article/building-integrations-with-the-fme-server-automati