tracked_variable_warmup_ignore.fsm
I executed the init line from a script window. Then the flag has been set and it will be kept set all time until it get erased by bit logic operation. If you dont have access to a script console, execute the code line once from a trigger or custom source code activity in process flow. Please compare entries of trackedvariable1 and 2. The time is not reset by warmup time. I'm not aware of an option to update time on warmup, too.
TrackedVariable.init(TrackedVariable("TrackedVariable1"),
STAT_TYPE_TIME_SERIES,0,STAT_USE_HISTORY | STAT_IGNORE_WARMUP)
I write same values for both tracked variable on exit trigger to them.