In reply to chr_sue:
Can you tell me how to get transaction-id in the monitor?
From the driver we can send transaction-id to the sequence by writing rsp.set_id_info(req); seq_item_port.put(rsp);.
In the body of the sequence we can use, get_response(rsp, req.get_transaction_id());
How do we get id information in the monitor?