Class BpmErrorHandler


  • public class BpmErrorHandler
    extends Object
    API:
    This is a public API.
    • Method Detail

      • resetLoopDetection

        public static void resetLoopDetection()
        Resets the counter of error being thrown in the current request.

        This is handy if you face 'ivy:error:loop' errors in a batch job. Where multiple failures in a row may be acceptable without the need to interrupt the process execution.

        API:
        This public API is available in Java.