Interface IProcessTaskVisitor

All Known Implementing Classes:
ProcessTaskVisitor, ReportingProcessTaskVisitor

public interface IProcessTaskVisitor
This visitor interface is used during initialization to add the available process task data sources.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTask(IProcessTaskDS datasource)
    This method may be used to add a process task definition to the process engine.
  • Method Details

    • addTask

      void addTask(IProcessTaskDS datasource)
      This method may be used to add a process task definition to the process engine.
      Parameters:
      datasource - Data source providing the information for the task that should be added.
      Throws:
      InitializationException - This exception is thrown when the process task information was invalid.