I have a workspace on FME Server which is initiated by a webhook. There is always an XML that comes with the webhook. The XML is passed into a parameter for the workspace. The workspace parses the XML and processes it into a database.
Occasionally, the workspace fails or is aborted. I would like to try to run that workspace again or at the very least extract the XML payload.
When the workspace fails (could be because the XML had an incorrect value or there were network issues), is there any way that I can retrieve the XML?
Further, and this is probably more critical, if the workspace has been aborted (perhaps it was accidentally cleared from the queue), can I retrieve the XML? Or reprocess the message somehow?
If I try to resubmit the failed job again , it doesn't seem to have the XML anymore.
Or do I have to send the message again from it's source (Maximo)?