Container Input (Repository Event)

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

Input Ports

This node has no input ports

Output Ports

Icon
The event information is provided as flow variables.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

Links

Developers

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.