Skip to main content
Question

Is there a way to extract or pass the parameters of a workbench to the notification of a failed process?

  • May 11, 2021
  • 2 replies
  • 16 views

gboquin
Contributor
Forum|alt.badge.img+7

Hi team,

 

I have published a workbench to FME Server 2020. I am trying to configure automations to be triggered if the process fails. I want to leverage the parameters of the process ( email, data source etc..) and have FME server send me an email with the parameters entered by the user.

 

Thanks in advance.

 

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1632 replies
  • May 11, 2021

I haven't really used automation's so this might be an incomplete (or even incorrect answer). You'll want to capture any errors and report them out through a writer so the workbench doesn't fail. I'd suggest looking at the FME Server Automations Writer, this should be able to pass through an error messages to the emailing portion of the automation


gboquin
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 21 replies
  • May 21, 2021

Thanks @hkingsbury​ . I changed the workflow a little bit and accomplished the same thing a different way. I am still using automations for notification.