Can be used to track the progress of a data synchronization.
The “Track progress in storage” transformer can be used to track the
progress of a data synchronization. It records the latest date and keeps
track of entity identifiers that have been processed.The transformer creates two entities in the provided storage. The “date”
entity contains the last date that was processed by the transformer. The
“entities” entity contains a list of all entity identifiers that have
been processed by the transformer.It can be used in combination with the “Load progress tracker from
storage” to create route that only processes changed data.