File operation
Make static files and files stored in case attributes public or private. You can also use this system service to delete files. You can download this system service from Grexx Marketplace.
Input
Use a casetype activity to add inputs to the Start file operations
form.
Attribute | Data type | Mandatory? | Description |
---|---|---|---|
Input file | File | No | File on which the operation is to be performed. Use the file. template function to identify a static file. |
Operation | String | Yes | See supported values below. |
Operation | Description |
---|---|
Copy private | A copy of the file is made that is private, even if the input file was already private. The original file remains. |
Copy public | A copy of the file is made that is public, even if the input file was already public. The original file remains. |
Make private | If the input file is not private, a copy is made that is private and the input file is deleted. In a best effort, the casedata is checked and references are adjusted. If the input file is already private, nothing happens (i.e. the output file is the same as the input file). |
Make public | If the input file is not public, a copy is made that is public and the input file is deleted. In a best effort, the casedata is checked and references are adjusted. If the input file is already public, nothing happens (i.e. the output file is the same as the input file). |
Delete | The input file is permanently deleted. The casedata is used in a best effort to remove existing references to the file. Existing links to the file will no longer work. |
Output
Outputs are added to the Result file operations
form when the File operations
case is closed.
Attribute | Data type | Mandatory? | Description |
---|---|---|---|
Output file | File | No | The copied file. |
URL | String | No | URL where the file is located. |