Interface FlowableEngineEvent

    • Method Detail

      • getExecutionId

        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

        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

        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.
      • getScopeType

        String getScopeType()
        The scope type of the entity associated with this event.
      • getScopeId

        String getScopeId()
        The scope id of the entity associated with this event.
      • getSubScopeId

        String getSubScopeId()
        The sub scope id of the entity associated with this event.
      • getScopeDefinitionId

        String getScopeDefinitionId()
        The scope definition id of the entity associated with this event.