Interface VariableRecordValue

    • Method Detail

      • getName

        String getName()
        Returns:
        the name of the variable.
      • getValue

        String getValue()
        Returns:
        the value of the variable as JSON string.
      • getScopeKey

        long getScopeKey()
        Returns:
        the key of the scope the variable belongs to.
      • getProcessDefinitionKey

        long getProcessDefinitionKey()
        Returns:
        the key of the process the variable belongs to