wf.getAttributes(scope, names)Retrieve a subset of attributes that have been previously stored using setAttributes(). Only attributes that match the names parameter will be returned.
'user' | 'pageview' - The scope of the attributes to retrieve.string[] - An array of attribute names to retrieve.An object containing the attributes that match the names parameter.