Interface ITaskExecutionErrorResult

    • Method Detail

      • getCause

        Throwable getCause()
        Returns:
        The exception, if any, that caused the execution to fail.
      • getMessage

        String getMessage()
        Returns:
        The message of the exception, if any, that caused the execution to fail.
      • isWasHandled

        boolean isWasHandled()
        Returns:
        Whether the exception was handled in some way. For example, a task may fail due to an unhandled exception, but a global error trigger may have been defined in the workflow that handled that error.