admin.taskserverGetName( config as element(configuration), group-id as (Number|String) ) as String
This function returns the name of the task server for the specified group from the configuration.
const admin = require('/MarkLogic/admin.xqy'); var config = admin.getConfiguration() var groupId = admin.groupGetId(config, "Default") admin.taskserverGetName(config, groupId) //returns the name of the task server