ooobii/Execute KNIME Hub Workflow Service
Initiate a KNIME Business Hub workflow deployment using its REST API, either synchronously or asynchronously.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Nov 15, 2023
- License
- None
Pinned Snippet
uses: ooobii/exec-knime-hub-service@7a0d3940af5b2cd0009f4a85b396b1b53ac34aab # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to the KNIME Business Hub REST API. | yes | — |
| auth_id | The application password ID used to authenticate with the KNIME Business Hub REST API. | yes | — |
| auth_key | The application password key used to authenticate with the KNIME Business Hub REST API. | yes | — |
| deployment_id | The ID of the deployment to execute. Usually starts with "rest:". | yes | — |
| async | Determines if the action should wait for the workflow to stop. | no | false |
| reset | Whether to reset the deployed workflow before executing it. | no | true |
| load_timeout | The number of seconds to wait for the job to load. | no | 30 |
| execute_timeout | The number of seconds to wait for the job to finish executing. Not needed if "async" is enabled. "0" disables this. | no | 0 |
| parameters | The parameters to pass to the workflow. | no | — |
Outputs
no outputs