Class SolutionProcessor.Result

    • Constructor Detail

      • Result

        public Result​(Exception exception)
      • Result

        public Result​(org.kie.server.api.model.taskassigning.PlanningExecutionResult executionResult)
    • Method Detail

      • hasException

        public boolean hasException()
      • getException

        public Exception getException()
      • getExecutionResult

        public org.kie.server.api.model.taskassigning.PlanningExecutionResult getExecutionResult()