Community
Participate
Working Groups
I've run into a situation where I need to be able to reference parent element in expression. As an example: ${parent().FromActivity}-${ToActivity}. We need to extend the expression language to support this case. Note that it needs to be recursive so I can refer to grandparent, greate-grand parent node etc.
Implemented Parent() and Root() functions. Added corresponding unit tests and a blurb in the what's new doc.
Verifed.