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] Output all nodes from canvas flow #145

Open
ahariharan95 opened this issue Mar 8, 2023 · 1 comment
Open

[Feature Request] Output all nodes from canvas flow #145

ahariharan95 opened this issue Mar 8, 2023 · 1 comment

Comments

@ahariharan95
Copy link

Currently, only one output node (that was executed) and it's input nodes are being output when a model is exported. Would it be possible to have all nodes in the flow be output?

@laurachiticariu
Copy link
Collaborator

laurachiticariu commented Mar 27, 2023

Here's a design for this issue:

  1. The edit panel of each node (except the Input document node) should have a checkbox Output this node
  2. If the checkbox is checked, the behavior for the export function should be to include the .xml file for this node (and all its inputs) into the exported package, and add the node name to the list of outputTypes in manifest.json.

We should also discuss the behavior of the Run button. Sometimes it is useful to run multiple nodes from the canvas. So the front end could be enhanced to allow selection of a set of nodes (Run would output all selected nodes) or selection of all nodes (CTRL+A to run all nodes).

@marthacryan marthacryan removed their assignment Aug 30, 2023
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

3 participants