return config.EnableMigration(ns.String(), taskQueueName, taskType)
},
v, _ := config.AutoEnableV2Sub(ns.String(), taskQueueName, taskType, nil)
return v
},
AutoEnableV2Sub: func(cb func(bool)) (bool, func()) {
return config.AutoEnableV2Sub(ns.String(), taskQueueName, taskType, cb)