Create and use integrated workflow

Hello,
I am trying to create a simple example of creating and using a workflow. A demo workflow is attached. The problem is that the Math node creates a new variable which is the log of YearsAtCompany, but the loaded workflow does not contain the transformed variable.
Thanks
Frank
TestWorkflowCaptureAndUse.knwf (646.3 KB)

Hi @acito,

To read and exedute the exported workflow, you need the Workflow Reader and Workflow Executor nodes.

I have modified your example workflow by adding the mentioned nodes.

TestWorkflowCaptureAndUse_modified.knwf (129.4 KB)

3 Likes

Interesting. So far I have only seen those nodes in data science /ml workflows. Wasn’t even thinking about using them in other contexts. For those I would have used the call workflow nodes.
Thanks for sharing @armingrudd
br

2 Likes

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