Interface IProcessEventStartVisitor


public interface IProcessEventStartVisitor
This interface is used during the initialization of a process flow.
Since:
9.1
Author:
A. Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method adds a start definition to the process flow.
  • Method Details

    • addStartDefinition

      void addStartDefinition(IProcessEventStartDS datasource)
      This method adds a start definition to the process flow.
      Parameters:
      datasource - The data of the start definition.
      Throws:
      InitializationException - Thrown in case of invalid data.