Change token values are different when document is created and when it being fetched by id.

I am creating a document in Nuxeo. In the response of document creation API, changeToken is 0-0 and when I am fetching same document by uid changeToken is 3-0. Why I am getting different values without making any changes in the document?

0 votes

1 answers

1230 views

ANSWER



This is due to background asynchronous processes that update the document after its creation. Coming to mind are fulltext extraction and thumbnail computations.

1 votes



Thanks Florent Guillaume for your answer. I am curious to know what are the 2 numeric values separated by hyphen and how the value of change token on either side of hyphen increases?
04/15/2020