Icon

02_​Call_​Workflow_​and_​REST

This directory contains 8 workflows.

Icon00_​call_​local_​workflow_​(JSON) 

The workflow demonstrates how to call another local workflow. The workflow parameters are passed as a JSON-object.

Icon01_​call_​server_​workflow_​(JSON) 

The workflow demonstrates how to call another remote workflow on KNIME Server/Business Hub. The workflow parameters are passed as a JSON-object.

Icon02_​call_​server_​workflow_​(REST) 

Demonstration of how to pass parameters and execute a workflow on the KNIME Server/Business Hub via a workflow-provided REST-endpoint. The workflow is […]

Icon03_​call_​server_​workflow_​(Table) 

Here we demo how to use the Call Workflow (Table Based) node in order to call a workflow residing on KNIME Server/Business Hub.

Icon04_​call_​workflow_​(Table) 

Here we demo how to use the Call Workflow (Table Based) node, which can execute another workflow (local or remote). This, e.g. helps to use functionality […]

Icon05_​call_​workflow_​parallel_​(Table) 

This workflow demonstrates how to use the Call Workflow (Table Based) node in order to run multiple instances of another workflow in parallel. The called […]