Skip to main content

Hi guys we have a generic translator app built in workspace app. however we often has issue when there’s no output written (file generated for download) or translation failed. on the app it still display process completed but return no download link. 

 

Im using downloading service on writter outputs but wondering if there’s a way to let it return a message or simplely inform user traslation failed / error occured / or no output was generated.

 

thanks!

Perhaps use the custom transformer - NoFeatureTester just prior to the Writer. The output port connects to the writer, but out of the No Output port you can do something else, be it send an email, write a HTML page (using the reportgenerator transformer etc. prior).

 

Search other articles for how this custom transformer might be used 

 


Reply