Skip to main content

Download Documents

Description

This activity downloads the documents associated with the specified Workflow Id, Reference Number, or Document Id.

Properties

Input

  • The documents can be fetched from the emSigner using any of the following three properties

    1. Workflow Id - Every initiated workflow will have a workflow id. Initiate Document Signing and Initiate Flexiform Signing gives workflow id as output.
    2. Reference Number - A workflow could be initiated with a reference number as input. This reference number can be used to access the workflow. Initiate Document Signing and Initiate Embedded Signing take reference number as input.
    3. Document Id - Every document in a workflow will have a document id. The output of the Get Workflow Info activity contains the DocumentId property.
  • Folder Path - The path where the documents and attachments must be saved.

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 when the activity throws an error. If True, the activity continues without throwing any exceptions. If False, the activity throws an exception. The default value is False.
    note

    Catches no error if this activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Documents Path - The folder where documents must be saved.
  • Attachments Path - The folder where attachments must be saved.

Example

Download Example

Download Documents