All of our nodes are defined as n:ProgNode {nodetype:current, otherstuff) where n.current could be one of 20 items. I am trying to "promote" current to the node level so I have a structure like this n:ProgNode:Current or n:ProgNode:Previous which would make selection much easier.
Same with my connections. I need to have different connections depending on the use case.
Seems simple, can't get the syntax correct.