Interface ProcessMessageSubscriptionRecordValue

    • Method Detail

      • getElementInstanceKey

        long getElementInstanceKey()
        Returns:
        the element instance key
      • getBpmnProcessId

        String getBpmnProcessId()
        Returns:
        the BPMN process id
      • getMessageKey

        long getMessageKey()
        Returns:
        the key of the correlated message
      • getMessageName

        String getMessageName()
        Returns:
        the message name
      • getCorrelationKey

        String getCorrelationKey()
        Returns:
        the correlation key
      • getElementId

        String getElementId()
        Returns:
        the id of the element tied to the subscription.
      • isInterrupting

        boolean isInterrupting()
        Returns:
        true if the event tied to the subscription is interrupting. Otherwise, it returns false if the event is non-interrupting.