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

Sub graphs feature #43

Open
itwillwork opened this issue Jan 28, 2025 · 1 comment
Open

Sub graphs feature #43

itwillwork opened this issue Jan 28, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@itwillwork
Copy link
Contributor

Is it possible to add subgraph functionality?

react-flow example:
https://reactflow.dev/examples/layout/sub-flows

@itwillwork itwillwork added the enhancement New feature or request label Jan 28, 2025
@draedful
Copy link
Collaborator

Hi! Thank you for your issue

Right now, we do not have native subgraphs support (like React Flow example). But good news: we are working on group blocks! They will allow to group nodes together, move/zoom them as one, and similar functions. It is in progress now, and we plan to release it soon.

For now, you can try temporary solution with CustomBlocks. For example, create a container block to hold other nodes inside. If you need examples or help with code, please ask — we can help you!

We will announce when group blocks are ready. Also, if you have ideas how to improve this feature, tell us!

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

No branches or pull requests

2 participants