This.context().flow does not work?

I have the following three test lines in my CUSTOM NODE:

    let camo = node.context();
    let zorro = node.context().flow;
    let zorro2 = node.context().global;

Using VSCode Debugger, camo and zorro2 have values, but not zorro.
But the Context node shows that I have two values stored in flow.

image

What am i doing wrong?
thanks so much
/Stefano