Interface ITaskHandler

    • Method Detail

      • processNode

        void processNode​(IEvaluationContext context,
                         ITaskModel currentTask)
                  throws AppException
        This method should process the task, and if the evaluation is successful, schedule the follow-up tasks.
        Parameters:
        context - The current context of the task.
        currentTask - The task that should be processed.
        Throws:
        AppException - This exception is thrown when the task could not be processed.