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

[UX] Allow for running of sub-boards and nodes #2315

Open
paullewis opened this issue Jun 26, 2024 · 1 comment
Open

[UX] Allow for running of sub-boards and nodes #2315

paullewis opened this issue Jun 26, 2024 · 1 comment
Assignees

Comments

@paullewis
Copy link
Contributor

I was making some tools today, and a couple of them had sub-boards. We don't currently support running sub-boards, but I think it would be a good thing to have so you can check it does the right thing in isolation.

@dglazkov I think I might need you for this a bit. Do we need to anything in particular to make it work from a runner perspective? I feel like we could either support subgraphs in the runner, or we could make a new runner instance when we want to run the subgraph... but also I feel like this has implications for running a node in isolation, too. Is there some unified way of approaching this?

@paullewis paullewis changed the title [UX] Allow for running of sub-boards Jun 26, 2024
@dglazkov
Copy link
Collaborator

Need to decide on an approach here: I wonder if we auto-create a tiny board for a node to run it? This way, we could have a separate history of runs, but could merge in the inputs from existing runs, etc. But then we'll need a separate UI treatment for the one-node-board.

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