Interface IProcessEndNodeDefinition

All Superinterfaces:
IProcessNodeDefinition
All Known Implementing Classes:
ProcessEndNodeDefinition

public interface IProcessEndNodeDefinition extends IProcessNodeDefinition
Interface for nodes in a process that indicate an end point.
Since:
7.0
Author:
O. Kerpershoek
  • Method Details

    • getExitState

      ProcessExit getExitState()
      This method returns the name of the exit state. The exit state name may be null for group end nodes.
      Returns:
      the name of the exit state.