The validateAttributes method is already defined in the com.linoma.dpa.Task class which performs validation on common attributes shared by all tasks, such as label, onError, logLevel, and so on. Concrete tasks might have to override this method to perform validation of any task specific attributes. This method is called by the Project Designer.