Skip to main content

Rename File Action

Rename File Action changes the name of an existing file on the filesystem. It can also move the file to a different directory by specifying a new path. It is commonly used for organizing files, versioning documents, or updating file names based on workflow data.

Appearance

In Talos, Rename File Action appears as a rectangular node with a rename icon, indicating file name modification. It references the source and target file paths.

Decision Icon

Properties

As all Actions, Rename File Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Files to RenameString
The file or files to rename.
New File NameString
The new name for the file.
OverwriteEnum
What to do if a file with the new name already exists. Enums: DoNothing, Overwrite
Renamed Files VariableVariable
The variable to store the paths of the renamed files.