You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a toggle to the graph view that allows users to see the node inputs just like the editor (where we can see those potentially multiple connections leading into a single step (as opposed to the always singular connection we see at each step).
Maybe even display the input value, if it exists by now, on hover of those expanded node inputs.Doesn't make sense to do this since the input value can be seen below
On the expanded current active step below, add a toggle to show the step form (I guess just like it shows up in the workflow editor when you click on a step). This is mainly helpful when a step has no jobs currently; we can show this instead of nothing below. Also, users will often have to go back into the editor to see a step's configuration so this will prevent them from having to do that, just show it in the same view below.
The minimap should show same colors as invocation graph
Maybe even display the input value, if it exists by now, on hover of those expanded node inputs.Doesn't make sense to do this since the input value can be seen below