Rename Repository Entry
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
Delegates the data to the through output port without changing anything.
Output
through
Receives the data from the through input port without any modification.
Parameters
entry to rename
Entry that should be renamed
new name
New entry name
overwrite
Overwrite already existing entry with same name?