Class ExecuteTaskEvent

java.lang.Object
com.aquima.interactions.portal.ds.sys.ExecuteTaskEvent

public class ExecuteTaskEvent extends Object
This class holds the event information of a single exit event from the execute task service call.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • ExecuteTaskEvent

      protected ExecuteTaskEvent(String type, String name)
  • Method Details

    • getType

      public String getType()
      This method returns the name of the event as defined in the service type.
      Returns:
      the name of the event as defined in the service type.
    • getName

      public String getName()
      This method returns the name of the event as defined in studio.
      Returns:
      the name of the event as defined in studio.