Replies: 2 comments
-
Hey @tal-hason, I can clear up some of the confusion, but there is also some behavior here that needs fixing. "Control flow" Stages have no promotion mechanisms and aren't backed by an environment, and with this being the case, they never undergo any state changes. So it's not only that the UI isn't showing the control flow Stage's current Freight. The control flow Stage doesn't have any current Freight. With this being the case, the effect of the following buttons seems rather ambiguous:
Probably this isn't just a UI fix. The most sensible thing may be to just start permitting control flow Stages to reference a current Freight even though no real state change will occur. Then most, if not all, of the confusion above goes away. |
Beta Was this translation helpful? Give feedback.
-
I opened #982 to track this. |
Beta Was this translation helpful? Give feedback.
-
When creating a flow control stage, that just subscribes to the upstream stages, when this stage gets promoted in the UI no freight ID is shown:
in the UI it Looks like that:
you can see that the stage doesn't have a freight id and the image on the right side does not update the color for the current stage.
this is very confusing
Beta Was this translation helpful? Give feedback.
All reactions