Interface INodeHandler

    • Method Detail

      • scheduleNode

        void scheduleNode​(IEvaluationContext context)
                   throws AppException
        This method should schedule a task for the current node. The context contains the current node and the parent task.
        Parameters:
        context - This object contains information about the current node.
        Throws:
        AppException - This exception is thrown when the task could not be scheduled.