Skip to main content

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.

AttributeData typeMandatory?Description
Input fileFileNoFile on which the operation is to be performed. Use the file. template function to identify a static file.
OperationStringYesSee supported values below.
OperationDescription
Copy privateA copy of the file is made that is private, even if the input file was already private. The original file remains.
Copy publicA copy of the file is made that is public, even if the input file was already public. The original file remains.
Make privateIf 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 publicIf 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).
DeleteThe 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.

AttributeData typeMandatory?Description
Output fileFileNoThe copied file.
URLStringNoURL where the file is located.