Categories

Versions

Rename Repository Entry (AI Studio Core)

Synopsis

An operator to rename repository a entry within a process.

Description

An operator to rename a repository entry. The user can select the entry that should be renamed, a new name and if an already existing entry should be overwritten or not. If overwriting is not allowed (default case) a user error is thrown if there already exists another element with the new name.

Input

  • through (Data table)

    Delegates the data to the through output port without changing anything.

Output

  • through (Data table)

    Receives the data from the through input port without any modification.

Parameters

  • entry to renameEntry that should be renamed
  • new nameNew entry name
  • overwriteOverwrite already existing entry with same name?