Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlowParser: Allow referencing excluded rows/blocks #40

Open
geoo89 opened this issue Nov 23, 2022 · 1 comment
Open

FlowParser: Allow referencing excluded rows/blocks #40

geoo89 opened this issue Nov 23, 2022 · 1 comment

Comments

@geoo89
Copy link
Contributor

geoo89 commented Nov 23, 2022

Rows or entire blocks of rows may be excluded via the include_if column.
Currently, if a row_id of a row that is excluded is referenced in a go_to row or in a from column, and error is thrown.
We might want to implement excluded content in such a way that references to it simply yield the next included content.

@geoo89
Copy link
Contributor Author

geoo89 commented Dec 11, 2022

This can likely be implemented by implicitly using no_op node groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant