KNIME Hub trigger deployments allow workflows to be executed whenever changes on the KNIME Hub are made, e.g., a file being uploaded or a workflow being modified. This node receives information about changes in the space it is deployed to, i.e., events in the repository. The event information comprises what was changed, e.g., a workflow, component, or file; where it was changed, e.g., in a particular directory within a space; and how it was changed, e.g., modified, added, or deleted. The event information is output as flow variables:
Flow Variable Name | Type | Description |
---|---|---|
event.repository.action | String | The type of change applied to the repository item, either added, updated, removed or version created. |
event.repository.datetime | String | ISO-8601 formatted string that specifies the date and time of the change, e.g., 2023-03-21T13:03:15.222563+01:00 |
event.repository.change.author.name | String | The name of the account that caused the event. |
event.repository.change.author.id | String | The identifier of the account that caused the event. |
event.repository.item.id | String | The identifier of the repository item that was changed, e.g., *Ne_tLNuxQEiq0ahe |
event.repository.item.type | String | The type of repository item that was changed, either Workflow, Data, Component or Folder. |
event.repository.item.path | Path | Location of the item that was changed. |
event.repository.item.version | String | The new version number on version created events, current-state otherwise. |
event.repository.space.id | String | Identifier of the space whose contents have changed. |
event.repository.space.name | String | Name of the space, e.g., Private. |
event.repository.space.owner.name | String | Name of the account that owns the space. |
event.repository.space.owner.id | String | Identifier of the account that owns the space. |
event.repository.space.isPrivate | Boolean | Whether the space in which the change occurred is a private space |
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Hub Additional Connectivity (Labs) from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.