You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
The service AQ_File_Move
can move files from one storage system to another storage system, e.g. from memory to a file system.
Parameters
Name | Description | Direction | Type | Required |
---|---|---|---|---|
ConnectionFrom | Specify the connection from where the file should be taken. | Input | String | Yes |
ConnectionTo | Specify the connection where the file has to go to. | Input | String | Yes |
Persistence | The persistence parameter indicates whether the system should clean up files at the end of the session/request. Introduced in BlueriqBasicModelling Library 1.0.3 and Blueriq Runtime 16.11.2. For models that use an older version of the BlueriqBasicModelling library or run on an older version of the Blueriq Runtime, permanent persistence will be assumed. | Input | Domain | Yes |
FileId | Specify the file id that should be moved. | BiDirectional | Attribute | Yes |
The Unauthorized
exit is triggered when the user does not have one of the roles that is set on the Service call type: AQ_Document_Generate or on the Container type: AQ_File_Upload.