Step Details | |
Introduced in Version | 7.0.0 |
Last Modified in Version | 7.0.0 |
Location | Integration > Adobe Sign |
The Download Document step retrieves a copy of the signed or approved document.
Prerequisites
This step requires the Adobe Sign module to be installed before it will be available in the toolbox.
Users on v9 will need to create a Project dependency.
Properties
[Settings]
Property | Description | Data Type |
---|---|---|
Token | Used to connect to the Adobe Sign database | String |
Inputs
Property | Description | Data Type |
---|---|---|
Agreement Id | Id connected to a previously created agreement document | String |
File Path | Path to local storage on the system server to download the document to | String |
Outputs
Property | Description | Data Type |
---|---|---|
Error Info | In the case of an issue, this returns an error with information | AdobeSignErrorInfo |
Common Errors
Token is Missing/Invalid
If the token inputted into the [Settings] section is not valid or was not added in the first place, the step will return an error.
To correct this, ensure that there is a token present and that the token being used is not expired.
Exception Message:
DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Create Agreement 1[CreateAgreement] in flow [Text Merge]: Token is missing / invalid
---> System.ArgumentException: Token is missing / invalid at Decisions.AdobeSign.AbstractStep.Run(StepStartData data)
at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData)
at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
--- End of inner exception stack trace ---
Related Information