
Announcements
I had a subflow named subflow_exception,it process any exception if the code trigger a error.
When an exception occurs,How can I receive the error message delivered by the main flow ( this error message is not a user-defined error message, but should be told by the system );
I don't see how to pass the system error message as a parameter to the sub process from the document?