Hi,
I have a workflow which will be run by a user. They will select a file and it will be loaded to a table. As part of the workflow design, we have a number of error checks which we are performing to confirm that the data in the workflow meets our expectations. If it does not, the workflow produces an error.
However, we also set these tests up so that there is an output file created before the error is processed.
Is there a way to easily expose this file to the end user when the workflow errors out in the Gallery?
I know that it is produced, and that I could use a Send Email event on Error to send it out, but that wouldn't give the information to the user running the workflow, who needs it.
Any suggestions?