syndesisio / syndesis-react

[FORK] A flexible, customizable, open source platform that provides core integration capabilities as a service.
Apache License 2.0
3 stars 19 forks source link

Hide conditional flow card from the available steps when the user is in a sub-flow #428

Closed gashcrumb closed 5 years ago

gashcrumb commented 5 years ago

This is a...


[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Documentation issue or request

Description

For the first iteration of the conditional flow we're not going to support nested sub-flows. So the conditional flow card shouldn't be shown when the user is prompted to select a step on the step selection page.

From https://github.com/syndesisio/syndesis/issues/5492

gashcrumb commented 5 years ago

Was fixed in https://github.com/syndesisio/syndesis-react/pull/433