You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

NameDescriptionDirectionTypeRequired
ConnectionFromSpecify the connection from where the file should be taken.InputStringYes
ConnectionToSpecify the connection where the file has to go to.InputStringYes
Persistence

The persistence parameter indicates whether the system should clean up files at the end of the session/request.
Value should be either 'temporary' or 'permanent'.

Introduced in Blueriq 17.1. Before Blueriq 17.1, permanent persistence would always be assumed.




FileIdSpecify the file id that should be moved.BiDirectionalAttributeYes

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.

  • No labels