getDataSource()); $rule = Mage::getModel('salesrule/rule'); $rule->load($this->getEntityId()); // Since rules do not have store ids, we go by the store_id passed from the command line $rule->setStoreId($this->getStoreId()); $harvester->push($rule); $harvester->postSegment(); } }