Streaming binary data to file storage

You can now pass in the value for the binary record using the file:// format, which will stream the data directly to file storage instead of loading it into memory.
Note: This option will only work with the BinaryData field and when the Execute via web service option is selected.
  1. Select a Landmark Transaction start node.
  2. From the Activity information section, click Build.

    The Landmark Transaction Builder dialog box is displayed.

  3. On the Fields tab, select and then open a BinaryData field.
  4. Specify DownloadToIpaFileStorage:file://<filename> in the Value field. For example, DownloadToIpaFileStorage:file://filename.
  5. Click OK.
    Note: 
    • This option will generate files in the file storage with this naming convention: <filename>_recordCount. For example, if there is only one record in the table, the file name would be "filename_1". If there are two records, the file names would be filename_1 and filename_2. This approach is used to manage multiple records with a binary field.
    • If there are more than one binary field in the table, this option can be used with either one or both, each using different file names.
  6. Optionally, after running the process, you can check the files in Process Server Administrator > Configuration > File Storage > Files.