SaveDocsToFileSystem

Description

The ActionHandler SaveDocsToFileSystem copies all of the documents attached to the process instance onto the data system. The documents remain attached to the instance thereafter. The ActionHandler is passed to the target folder as a parameter. Additionally, documents may be saved in the sub-folder. The sub-folder then receives a suffix, which matches the name of the corresponding document. If files with the same name are already present in the file system, these will be overwritten.


Class

com.dooris.bpm.actionhandler.SaveDocsToFileSystem

Parameter

Parameter

Default value

Description

Valid examples

Parameter

Default value

Description

Valid examples

target

 

Folder in which the documents are to be saved.

 

subFolders

 

If there is no subfolder present: subFolders=*

If there are subfolders in target, they can be specified here. The subfolders are separated with "?".
Pattern: subFolders=subFolder1:Suffix1?subFolder2:Suffix2?subFolder:Suffix3?…
Additionally, "Rest:*" must be attached to the end of the list. This will save all documents that can not be assigned to target!