Is that circular gray “Set Batch Start Time” a Node?
I suppose you could have a link label that was only visible on the last of multiple links coming out of or going into a node.
Or you could implement it as a decoration on each node that is visible only when there are multiple links coming out of the node; and another one for when there are multiple links coming into a node. The advantage of this is that if you put all of the links in a background layer, you can be sure that the decoration will be in front of all links. A minor disadvantage is that you would need to provide a Layout.boundsComputation so that whatever layout you are using treats each node as being only the size that they are now, without those decorations.