History Event: HistoricJobHistoryEvent does not have customFailedJobHandler next due date

@thorben when a HistoricJobHistoryEvent is created due to a failed job on a activity (a async before start event in my use case), and that activity has a Custom Failed Job retry Cycle, the history event does not have the due date (it shows as null). But if you query the runtime for the job it will show the expected due date defined by the failed job retry cycle.

Is this expected? In previous conversation that were similar: Transaction Listener captures completed activity instance execution before actual commit? - #2 by thorben you recommended we use a history handler, but it seems this data is not propagated to the history event.

Thanks!

Example:

The following is captured transaction listener attached to : TransactionState.COMMITTED