CEL functions
CEL functions can be used to provide specific information through the aspect and property framework.
context:createPath function
Use this function to create a list of all aspect properties for one, several or all aspects that are true. The function can be called in two ways:
context:createPath(aspectList)whereaspectListis a string containing a comma-separated list of aspect names. For example,context:createPath('device, ui').context:createPath(), which performs the function for all aspects.
The result of the function call is a list of properties (with aspect name included if disambiguation is needed) separated by colons (':'), for example, "640:mobile:segmentX".