this is regarding issues with display of pipeline variables on designer w.r.t sequence steps
below code snippet
map (set variable a=2)
seq (main, exit on success)
seq(try(exit on failure))
map (set var x=3)
seq(catch(exit on done))
?? (in the pipeline i MUST see only the variable a, but in designer i still see the variable from try sequence i.e i can see the variable x=3
Maybe this is related to the issue where some variables are missing in the subsequent map steps inside a sequence.
But even if this sounds an odd behaviour this already happened in old Developer versions.
You have to make sure not to use these variables where they should not exist.
This has something to do with scoping.