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
Code Block |
---|
com.dooris.bpm.actionhandler.SaveDocsToFileSystem |
Parameter
Parameter | Default value | Description | Valid examples |
---|---|---|---|
| Folder in which the documents are to be saved. | ||
| If there is no subfolder present: subFolders=* If there are subfolders in target, they can be specified here. The subfolders are separated with "?". |
...