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

[Feature Request] Duplicate workflows and templates #11

Open
CaporalDead opened this issue Oct 26, 2021 · 3 comments
Open

[Feature Request] Duplicate workflows and templates #11

CaporalDead opened this issue Oct 26, 2021 · 3 comments

Comments

@CaporalDead
Copy link

Hi folks !

It would be cool to add the ability to duplicate a workflow from a source to another source, especially when using a custom source. Or the ability to save a workflow as a custom source. This is very usefull to avoid recreating all the "passed" pipeline etc...

Tell me if you need more infos about the usecase or if my request is unclear.

Have a great day 👋 !

@lorisleiva
Copy link
Member

Hi Thomas 👋

Thanks for the feature request!

Did you know you can select as many nodes as you want and right-click to copy/paste them in different workflows?

When you copy your selection, your clipboard will contain a JSON payload containing all the information necessary to add it somewhere else. When you paste it, it will recreate all the nodes for you, even in a different workflow.

So to duplicate a workflow, you can:

  • Select all nodes from the original workflow.
  • Copy them.
  • Paste them in the new workflow.

That being said, it might be a good idea for us to add a button somewhere in the UI to provide a faster (and more intuitive) way to duplicate all nodes from a different workflow.

Thanks again and I hope this helps! 😊

@CaporalDead
Copy link
Author

Thanks for your feedback !

I think a good way to provide it would be to let users save a "template" to use it later. That way, instead of using the "custom" connector, we could use the previously saved template.

@lorisleiva lorisleiva changed the title [Feature Request] Duplicate workflow [Feature Request] Duplicate workflows and templates Nov 3, 2021
@lorisleiva
Copy link
Member

Thanks! I totally agree, having a template feature would be super valuable. I've updated the title so we can keep track of this feature request in the same GitHub issue. 👌

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