Hello,
Is there a way to tell if an update from external Review did the updates or not? I have noticed that, even though update.Messages says: "The segment was not updated because the content of the segment was changed since it was exported", the segment was updated in the project files anway
AutomaticTask update = Project.RunAutomaticTask(array, AutomaticTaskTemplateIds.UpdateFromExternalReview);
update.Messages
In Studio, you get these as warnings and the updates are not excecuted. While doing the same with the API, you get messages (warnings) saying the same, but updates are excecuted.
I have noticed this only happens when you export, then import, and then import the same review.docx again.
But it's still a bit tricky to be 100% sure when updates are done or not.
Any information is welcome on how the algorithm works.
Thank you.