[Ignition 8] store data in historian at a specific time

In Ignition 7.9, we can store data in historian at a specific time (for exemple, every day at 12:00)
Scan class mode = driven, and HistoryMaxAgeMode = 1 Execution
Each time the scan class is triggered, all datapoint scanned by the scan class are stored in historian.

In Ignition 8.0, this mode (HistoryMaxAgeMode = 1 Execution) doesn’t exist anymore…
Is there any workaround ?
We can only use system.tag.storeTagHistory but it’s not very convenient to use.

Depending on the number of tags to historize on an event driven basis you could setup a transaction group to handle this.