Skip to main content

Download Process Instance Attachments

Description

This Activity facilitates the retrieval of attachments uploaded to any BPA process instance.

Properties

Input

  • Destination Folder – Specify the destination directory path for downloading attachments associated with the process instance.
  • Process Instance Id – Specify the Process Instance ID to fetch the attachments.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even though this Activity fails. This field only supports Boolean values (True, False). The default value is False.

    note

    If this Activity is inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

  • Filter – Specify the filter using a wildcard (example: "*.pdf" to list the PDF files) or regex expression format (example: "^.*.pdf$" to list the PDF files) to retrieve the files.

Output

  • File Detail – Returns the list of File Detail object for the specified Process Instance Id.

Example

Download Example

Download Process Instance Attachments