Hi,
Is there a way to get FME Server to notify a topic when a job fails to start from the queue because of invalid or missing parameters?
We submit an async job, which returns 202 and a job number. It sits in the queue for a while, and then fails when it comes up to be run.
Submitting sync jobs with invalid parameters return a 422 immediately, along with an error message.
The job doesn't run, so doesn't trigger start/stop scripts, and doesn't appear to notify the Failure topic either.
I've been searching around for a while but haven't found anything helpful yet.
Thanks,
Andy