Possibility to call workflow and interact with "View"-Nodes?

Hi,

suppose I have two workflow:

one (or several) workflow(s) with a view.
source_wf

Another Workflow from whom the first workflow should be called:
call_workflow

From my understanding the Workflow Invocation Nodes are only there to call workflows that do not have a view (or if they have, it gets ignored).

Is there a way to call a workflow and interact with the view-Nodes inside it?

Thank you ^^

1 Like

Hey @KNIME_uzer ,

short answer: No, your understanding is correct.
The usual way to reuse views across workflows is to package them in a shared component and use that shared component where needed.
Is that an option for you?

3 Likes

Thank you @nan for your answer.

To put every functionality into a shared component seemed kind of inconvenient (especially for many/long workflows) for me at some point and I was searching for different solutions - but now I know. Thank you.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.