In reply to miketrim:
It is recommended that you incorporate the is_active property in your agent config object and use the uvm_config_db() with your object config object.
You will periodically come across some older code where is_active is set directly in the uvm_config_db(), but this code will typically originate from OVM code where the configuration database didn’t support classes.