Interface ActivitiActivityEvent

    • Method Detail

      • getActivityId

        java.lang.String getActivityId()
        Returns:
        the id of the activity this event is related to. This corresponds to an id defined in the process definition.
      • getActivityName

        java.lang.String getActivityName()
        Returns:
        the name of the activity this event is related to.
      • getActivityType

        java.lang.String getActivityType()
        Returns:
        the type of the activity (if set during parsing).
      • getBehaviorClass

        java.lang.String getBehaviorClass()
        Returns:
        the behaviourclass of the activity (if it could be determined)