This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
UI is not handling END
branch steps
#1587
Labels
END
branch steps
#1587
Describe the Bug
The frontend is not handling steps within a branch that are
END
steps (such asstop
), and if you add one via YAML it causes the integration to break (see screenshots).We currently treat steps that are available as either
MIDDLE
orEND
steps asMIDDLE
steps, but sometimes we have steps that are only available asEND
steps. At the moment, there is only one example of such a step, and that's thestop
step.Right now, we are changing the
stop
step to be aMIDDLE
step so as to not break the UI, but eventually we will need to handle these step types asEND
steps, to provide a better UX on the frontend. For example, if a branch that has astop
step should not have anything after it unless there is some other execution flow available (i.e. another branch).Relates to #1562 and KaotoIO/kaoto-backend#586
Steps to Reproduce the Bug or Issue
Paste the following YAML into the source code editor.
Screenshots or Videos
Platform
The text was updated successfully, but these errors were encountered: