Interface ActivitiEvent

    • Method Detail

      • getExecutionId

        java.lang.String getExecutionId()
        Returns:
        the id of the execution this event is associated with. Returns null, if the event was not dispatched from within an active execution.
      • getProcessInstanceId

        java.lang.String getProcessInstanceId()
        Returns:
        the id of the process instance this event is associated with. Returns null, if the event was not dispatched from within an active execution.
      • getProcessDefinitionId

        java.lang.String getProcessDefinitionId()
        Returns:
        the id of the process definition this event is associated with. Returns null, if the event was not dispatched from within an active execution.