These plugins enable you to move objects in Dalet Flex.
This plugin allows you to move an asset in Dalet Flex to a specified location.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Move | Sub-type of this plugin |
Classification | Workflow | 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 or not to select a timeout | |
Auto retry | Whether or not 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 |
---|---|---|---|---|
Folder Resource | single option | ![]() |
The file or files will be moved to the specified Folder Resource | |
VFS Location | complex | ![]() |
0..1 | The file or files will be moved to the specified Virtual File System location |
Protocol | single option | ![]() |
Protocol for accessing the location | |
Hostname | string | ![]() |
Hostname for accessing the location (mandatory except for file, s3, google or dropbox protocols) | |
Port | integer | ![]() |
Port for accessing the location (mandatory except for file, s3, google or dropbox protocols) | |
Path | string | ![]() |
Path for accessing the location (absolute path starting with / except for ftp, sftp, ftps which are relative to the user’s home directory) | |
Username | string | ![]() |
Username for authentication (not required for file protocol) | |
Password | string | ![]() |
Password for authentication (not required for file, s3, google or dropbox protocols) | |
Key | string | ![]() |
Key for authentication (only applicable to s3, google and dropbox protocols) | |
Secret | string | ![]() |
Secret for authentication (only applicable to s3, google and dropbox protocols) | |
Token | string | ![]() |
Token for authentication (only applicable to google and dropbox protocols) | |
Bucket | string | ![]() |
Only applicable to S3 protocol | |
Private Key File | file | ![]() |
Only applicable for SFTP certificate authentication | |
Rename | boolean | ![]() |
Whether to give the file a new, unique name during the move |
##Â Command Line Move
This plugin allows you to use the command line interface to move a file.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Move | Sub-type of this plugin |
Classification | Workflow | 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 or not to select a timeout | |
Auto retry | Whether or not 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 |
---|---|---|---|---|
Remote Host Details | complex | ![]() |
0..1 | |
Remote Host | string | ![]() |
Remote host or IP address | |
Port | integer | ![]() |
Remote port | |
SSH User | string | ![]() |
SSH user name | |
Credentials | complex | ![]() |
SSH user credentials | |
SSH Password | string | ![]() |
0..1 | SSH user password |
SSH Key File | file | ![]() |
0..1 | SSH private key file |
Known Hosts File Location | string | ![]() |
0..1 | |
Rename | boolean | ![]() |
Whether to give the file a new unique name during the move | |
Destination | complex | ![]() |
||
File System Path | string | ![]() |
Destination file system path | |
Folder Resource | single option | ![]() |
The file or files will be moved to the specified Folder Resource | |
Workspace | single option | ![]() |
0..1 | Workspace in which to create the moved asset |
Result Processing | complex | ![]() |
0..1 | Whether to perform post processing on the result |
Variable Name | string | ![]() |
The CommandResponse object variable name for use in the Groovy script | |
Groovy Script | string | ![]() |
Groovy script to execute for post processing | |
Script Imports | complex | ![]() |
||
JAR File URL | file | ![]() |
0..* | JAR File URL to be imported into the script |
Script Import | string | ![]() |
0..* | Script import to use |
This plugin allows you to move a raw file. |
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Set Metadata | Sub-type of this plugin |
Classification | Workflow | 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 or not to select a timeout | |
Auto retry | Whether or not 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 |
---|---|---|---|---|
Source Resource Item | complex | ![]() |
0..1 | The resource and item name of the source file |
Source Resource | single option | ![]() |
The resource containing the source item | |
Item Name | string | ![]() |
The name of the item in the source resource | |
Target | complex | ![]() |
Where to move the raw file | |
Target VFS Location | complex | ![]() |
0..1 | The file or files will be moved to the specified Virtual File System location |
Protocol | single option | ![]() |
Protocol for accessing the location | |
Hostname | string | ![]() |
Hostname for accessing the location (mandatory except for file, s3, google or dropbox protocols) | |
Port | integer | ![]() |
Port for accessing the location (mandatory except for file, s3, google or dropbox protocols) | |
Path | string | ![]() |
Path for accessing the location (absolute path starting with / except for ftp, sftp, ftps which are relative to the user’s home directory) | |
Username | string | ![]() |
Username for authentication (not required for file protocol) | |
Password | string | ![]() |
Password for authentication (not required for file, s3, google or dropbox protocols) | |
Key | string | ![]() |
Key for authentication (only applicable to s3, google and dropbox protocols) | |
Secret | string | ![]() |
Secret for authentication (only applicable to s3, google and dropbox protocols) | |
Token | string | ![]() |
Token for authentication (only applicable to google and dropbox protocols) | |
Bucket | string | ![]() |
Only applicable to S3 protocol | |
Private Key File | file | ![]() |
Only applicable for SFTP certfiicate authentication | |
Target Resource | single option | ![]() |
0..1 | The folder resource for the file to be moved to |
This plugin allows you to move an asset to a specified workspace.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Move | Sub-type of this plugin |
Classification | Workflow | 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 or not to select a timeout | |
Auto retry | Whether or not 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 |
---|---|---|---|---|
Workspace | single option | ![]() |
Target workspace for the asset | |
Change Workflow Workspace? | boolean | ![]() |