Reputation: 5976
I'm trying to setup a Single Email node off the "Any Error" event of a Workflow, as indicated in this screenshot:
What I'm unclear about, is how do I get the Exception info (Stack Trace, Message, etc) into the Body of the email to be sent.
Please advise.
Upvotes: 0
Views: 96
Reputation: 504
Flowgear doesn't provide the stack trace but you can inject the error message into an email. Here's an example:
For completeness, I should also add that there are some special additional fields available - see http://developers.flowgear.net/kb/Node:Variable_Bar#Reserved_Variables.
Here's an example that uses them:
Upvotes: 1