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

Reverse the input / output side? #133

Open
johnwood-wff opened this issue May 3, 2021 · 1 comment
Open

Reverse the input / output side? #133

johnwood-wff opened this issue May 3, 2021 · 1 comment

Comments

@johnwood-wff
Copy link

At the moment the input shows on the left (or the top, in vertical mode) and output on the right.

Is it possible to allow that to be switched on an individual operator? So that the input would be on the right side, and the output on the left side. For example, if you have an output that actually needs to go backwards to a previous step, then you would benefit from having an intermediate operator that receives the input on the right and then has output to the left that goes back to the previous step. Visually it works better.

By the way - thank you, this is a great little library, superior to many others - was very happy to find it. It is very well designed.

@tomislav-agilosit
Copy link

I think no, but you can fake it - just pretend that input is output and output is input, then generate your links that way. So, first parent operator will be on the far right, and children(with parent_id) will be on the left side.

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

2 participants