ooobii/Execute KNIME Hub Workflow Service

Initiate a KNIME Business Hub workflow deployment using its REST API, either synchronously or asynchronously.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 0–2scored Jul 6, 2026
Maintenance Recency
Stalelast commit Nov 15, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: ooobii/exec-knime-hub-service@7a0d3940af5b2cd0009f4a85b396b1b53ac34aab # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
urlThe URL to the KNIME Business Hub REST API.yes
auth_idThe application password ID used to authenticate with the KNIME Business Hub REST API.yes
auth_keyThe application password key used to authenticate with the KNIME Business Hub REST API.yes
deployment_idThe ID of the deployment to execute. Usually starts with "rest:".yes
asyncDetermines if the action should wait for the workflow to stop.nofalse
resetWhether to reset the deployed workflow before executing it.notrue
load_timeoutThe number of seconds to wait for the job to load.no30
execute_timeoutThe number of seconds to wait for the job to finish executing. Not needed if "async" is enabled. "0" disables this.no0
parametersThe parameters to pass to the workflow.no

no outputs