DocuSignListDocument

You can use this activity to fetch details for single or multiple documents from an envelope by passing an envelopeId as input.

Settings

The Settings tab has the following fields:

Field Description
Connection Name of the connection

Input

The Input element on the Input tab displays the input schema of the activity as a tree structure. The input values vary depending on the configurations selected on the Settings tab. On the Input tab, you can specify the following information:

Field Description
envelopeId Enter the unique ID of the envelope.

Output

The Output tab displays the output schema of the activity as a tree structure. The output is read-only. The information in the schema varies based on the fields selected on the Settings tab. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.

Field Description
envelopeDocuments name
documentID
uri
Displays the file name.
Returns ID of the document.
Returns the location of the document.
envelopeID Returns the ID of the envelope.
error

Displays error if the activity fails.

Loop

If you want this activity to iterate multiple times within the flow, enter an expression that evaluates the iteration details. Select a type of iteration from the Type menu. The default type is None, which means the activity does not iterate.

Retry on Error

For more information, see the “Using the Retry on Error Feature in an Activity” section in the TIBCO Flogo® app documentation.