Hello,
Hope for your advice how to implement my idea.
I have an FME workbench that is triggered by web application. In case workbench failed, I need to update a record in PostgreSQL database. I wander how I can implement this, because if process already failed, how I can run SQLexecutor transformer after that?
I thought about Automation, but what would be the trigger in this case? I don’t see anything suitable in the list. Taking into account that I don’t need to run workbench by trigger, since it is triggered by user in web application.
The main need is to let application know that FME workbench has failed. There might be some obvious solution for this which I don’t know :)