Waiting for an event in uvm seq or uvm object

In reply to abdelaali_21:

I believe you want

@(m_env.m_scoreboard.scb2seq_new_tr)

But I would use the uvm_event class.