Currently, identifiers declared within a CJD comment (via, e.g. @ arg id ...) are local to the scope defined by the parent flow. This needs to be changed so that all declared IDs are accessible and appropriately rendered throughout the scope.
It's somewhere somehow in the upcontext processing in gen-flow ...
Currently, identifiers declared within a CJD comment (via, e.g.
@ arg id ...
) are local to the scope defined by the parent flow. This needs to be changed so that all declared IDs are accessible and appropriately rendered throughout the scope.It's somewhere somehow in the
upcontext
processing ingen-flow
...