Error event not working

0
Hi, I am having problems getting the Error event to work correctly. The flow ends in an error event, but in the underlying microflow the error flow is not used. Instead it just continues as if everything is working correctly. The error originates from a Webservice call. Use the links provided here for more details https://plus.google.com/photos/110259654554915543453/albums/5924941603866537441?authkey=CJLNobHe8b_o9gE https://plus.google.com/photos/110259654554915543453/albums/5924942909780955745 Edit 1: The version we are using is actually 4.5.2 not 4.5.1 Edit 2: After further investigation I found out that not only the following takes place. But also that the error-event uses a rollback of the data (even if 'no rollback' was selected as error handling)
asked
1 answers
0

Have you tried setting the logging level to "Trace" on the web services node, to see if you get anything in the logs?

answered