spring-cloud/spring-cloud-dataflow-acceptance-tests

Include tests that can create cycles in the graph

sabbyanandan opened this issue · 1 comments

Include tests that can create cycles in the graph

While the UI gives the user the ability move the arrows to create a cycle, the DSL that is generated is incorrect as shown here: image
When the user attempts to create the Composed Task the server will throw an exception and the UI will report an error back to the user. This is a UI issue where a user should not be allowed to move the exit arrow to a previous stage in the graph. i.e. where DDD refers back to AAA