I have a workflow that uses the Server API to move workflows ready to be migrated to production over from our development server. I collect the Fail output from the API tools that Im using and then union all the errors together, in order to send me an email if a workflow has not migrated. The issue I have is that its not sending the email, its not even trying to send the email! I have a workflow that has Unsupported Media Type as the error (If anybody knows what this means, let me know!) and I can see that the input to the email tool is setup correctly but it somehow wont send the error, or rather it seems there is no data getting to the Email tool from the API output, even though i can see it in the console - anyone any ideas how I can gather and send out an email from the F output of the Server API tool?
The 3 screenshots show that Im taking the F output from the API tool, the next one shows there is a row of data from this output and the 3rd shows the unioned input, where there is now no row of data.
Its like the workflow knows the API has errored and then stops any more processing, but.... it looks like it completes and I dont see any errors on the console when I run it locally on my designer or on the gallery if I run it there