Error in Error handling on ExclusiveSplit

0
It is possible to set custom error handling on an exclusive split. However, when an error occurs in the split, the UI shows "An error has occured" and the logs shows something like " com.mendix.systemwideinterfaces.MendixRuntimeException: No connecting flow found after processing activity [splitname]". Is this a bug, or am I using the Error Handling in the wrong way?
asked
2 answers
1

Thank you, Pim. I get that something goes wrong with an empty object, but shouldn't the error handler catch this? Moreover, since I set the Error Handler, the message is: "No connecting flow found after processing activity [activityname] (gateway value: false)." It seems it fails to recognize the outgoing false flow?

answered
0

Hi Pieter take a look at https://forum.mendix.com/questions/7232/what-does-the-error-no-connecting-flow-found-means/

answered