When running a workspace on FME Server, you get a summary as to whether the workspace completed successfully and how many features were written. However not all workspaces end with a writer, so this information is not always valuable/relevant. You then have to browse through the log details to inspect whether you got the desired results.
A perfect scenario for when this happens is when you have workspaces that call REST APIs. I would like a way to return the response or error from a workspace. Regardless of the response, FME Server reports that the workspace completed successfully, but that doesn't mean I got the desired result. For example all is good if I get a 200 back, but if I get a 400/403/404 etc., then I would want to see that clearly without having to go through the logs. Is there a way to customize this summary? It would be great if one could easily define the attributes etc. in the workspace that you want to be visible in the summary screen. Thanks.