In reply to om30:
As chr_sue response: “A sequence does not have a position in your UVM topology”. But the sequencer has, and from the sequence you can access to sequencer which your sequence is running on.
So I think in this case I will create a fifo in custom sequencer, put the transaction from sequence to the fifo, and then the scoreboard can get the transaction to compare from this fifo.