java.lang.Object
com.aquima.interactions.portal.model.flow.FlowExit

public class FlowExit extends Object
This class defines an exit of a flow node.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • FlowExit

      protected FlowExit(String name, boolean isComplete)
  • Method Details

    • getName

      public String getName()
    • isAbortExit

      public boolean isAbortExit()
    • isCompleteExit

      public boolean isCompleteExit()