Shawn de Wet
Shawn de Wet

Reputation: 5976

Flowgear How to send "Any Error" email for a workflow

I'm trying to setup a Single Email node off the "Any Error" event of a Workflow, as indicated in this screenshot: workflow image

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

Answers (1)

Daniel
Daniel

Reputation: 504

Flowgear doesn't provide the stack trace but you can inject the error message into an email. Here's an example:

http://flowgear.me/s/VQi9rpQ

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:

http://flowgear.me/s/a7dcCeb

Upvotes: 1

Related Questions