Update Envelope
UiPath.DocuSign.Activities.Envelope.UpdateEnvelope
The Update Envelope activity uses the DocuSign eSignature API update an existing envelope.
How it works
The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the DocuSign Scope activity to your project.
- Add the Update Envelope activity inside the DocuSign Scope activity.
- Enter values for the properties located in the body of the activity.
- Create and enter a
ResponseStatusvariable for the Output property.
In the Body of the Activity
To enter your Update Envelope property values, you must use the Object Wizard by clicking the Configure button. Both input and output properties for the Operation you select in the Wizard can be specified in the dialog.
To learn more about the Object Wizard, see the Business Activity Frameworks page.
- Account ID - The account id to create an envelope in. This field supports only
StringsorStringvariables. - Envelope ID - The ID of the envelope. This field supports only
StringsorStringvariables. - Allow Advanced Update - Whether or not to allow updates. Enter a
BooleanorBooleanvariable. - Resend Envelope - Whether or not to resend the envelope after update. Enter a
BooleanorBooleanvariable.
Properties
Common
- DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- Envelope Update Summary - The update summary object. Enter an
EnvelopeUpdateSummaryvariable. - ResponseStatus - The status of the request (success/failure information). Enter a
ResponseStatusvariable.