FileArchivationHandler

Description

The ActionHandler FileArchivationHandler shifts files from one location to another; the files may also be versioned. The parameter can be supplied as a process variable i.e. “fileName=${filename}".


Class

com.dooris.bpm.actionhandler.FileArchivationHandler

 

Parameter

Parameter name

Default value

Description

Valid examples

Parameter name

Default value

Description

Valid examples

source

 

This is the output path, from which the file is to be retrieved.

C:\Benutzer\..\SourceFolder

target

 

This is the target path, to which the files are to be shifted.

C:\Benutzer\..\DestinationFolder

fileName

 

This is the name of the file to be copied (i.e. “My File.docx”).

If multiple files should be shifted, it is also possible to supply only a part of the file name (i.e. “My File”).

Test.txt

version

 

Here the user may specify if the transferred document should be versioned. This means that the documents are numbered consecutively if a file with the same name already exists in the target path. This value can be true or false.

true