I have a process in which i have placed a Catching Intermediate Events(Error) Boundary event on a rest call as shown in the attached image.
The flow works fine as expected when an exception is encountered. now i want to email the details of exception but am unable to find any documentation as to how i can get the details of exception encountered by the process.
In JBPM 6.0 documentation it states that there is a property of the "Error" object "FaultVariable" where you can specify the process variable in which the exceptioan details would be placed but i am unable to find any such property.
Saad