Class BpmErrorHandler

java.lang.Object
ch.ivyteam.ivy.bpm.error.BpmErrorHandler

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

    Modifier and Type
    Method
    Description
    static void
    Resets the counter of error being thrown in the current request.
  • Method Details

    • 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.