Hi All,
I'm trying to do some error logging in my workflow. After checking this forum, I ended up using the Message tool (not sure if it is the best way though).
So I set up my Message tool by specifying a check in "Before Rows where Expression is True". The "Message Type" is set to Error. And I have some text in the "Message Expression".
The error messages are showing fine in my log window so that is all good.
Now the problem - I want the workflow to stop once the Message tool has printed its final error.
I'm not looking for the Runtime option "Cancel Running Workflow on Error" as this will stop the workflow as soon as the first error is encountered. I also would like to see the remaining errors (if any) that this Message tool produces before stopping the workflow.
Is this possible at all?
Thanks.