Skip to main content

Some of my workspaces contain multiple checks before any data is processed and are hooked up to some Terminator transformers. Is there a way to show the custom error message, that is included in the Terminator, in the web gui instead of the default translation failed message?

 

Although the terminator message is in the log file, I would prefer the message be shown to the end user instead of having to access the log file.

 

FME Server 2018.1

If you set up your workspace to have data streaming output you can generate HTML to show to the user. Actual writing of data can be done using FeatureWriters


If you set up your workspace to have data streaming output you can generate HTML to show to the user. Actual writing of data can be done using FeatureWriters

That actually seems like a good work around! I also found an idea that was posted about the terminator transformer.

https://knowledge.safe.com/content/idea/22972/terminator-improvements.html

 


Reply