Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Create Agreement

Prev Next
Step Details
Introduced in Version7.0.0
Last Modified in Version7.0.0
LocationIntegration > Adobe Sign

The Create Agreement step initiates the agreement creation process and sends the agreement for signing.

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]

PropertyDescriptionData Type
TokenToken to connect to Adobe Sign account.String

Inputs

PropertyDescriptionData Type
Agreement DataConstructs a detailed agreement with components such as a name, info, and recipients. AdobeSignAgreementCreationData

Outputs

PropertyDescriptionData Type
Error InfoOutputs error and provides reasoning.AdobeSignErrorInfo
Agreement IdAfter approved by the recipients, an Id is generated in this output.String


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

Related Articles:
Adobe Sign Module