This plugin provides a rudimentary rename function. It simply copies a file to a different folder and renames it. By default the new file is given a unique id and the extension is preserved.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Rename | Sub-type of this plugin |
Classification | Capacity | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: The event object is only visible in the context of an action running in an event handler. |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Timeout | Whether to select a timeout | |
Auto retry | Whether to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
If the folder resource is specified, then the filesystem path is ignored. If the folder resource is not specified, then a filesystem path must be specified.
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
Folder Resource | Resource (Folder) | ![]() |
The output file(s) will be placed in the specified folder resource | |
Filesystem Path | string | ![]() |
The output file(s) will be placed in the specified server filesystem location | |
preserveFileEnding | boolean | ![]() |
Preserve file endings |
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Rename | Sub-type of this plugin |
Classification | Asset | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. *Note: The event object is only visible in the context of an action running in an event handler. |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Timeout | Whether to select a timeout | |
Auto retry | Whether to select an automatic retry | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Field | Field Type | Mandatory | Multiplicity | Description |
---|---|---|---|---|
File | Complex | ![]() |
0..1 | Details to rename the asset file |
File Name | String | ![]() |
The new asset file name | |
Preserve file extension? | Boolean | ![]() |
Preserve file extension | |
Asset | Complex | ![]() |
0..1 | Details to rename the Dalet Flex asset |
Asset Name | String | ![]() |
The new asset name | |
Append file extension? | Boolean | ![]() |
Append the file extension |