Get Signing Url
Description
This activity gets the signing URL of a workflow for the pending signatory.
Properties
Input
- The signing URL can be fetched from the emSigner using any of the following two properties
- Workflow Id - Every initiated workflow will have a workflow id. Initiate Document Signing and Initiate Flexiform Signing gives workflow id as output.
- Reference Number - A workflow can 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.
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
- Url - The signing URL of the pending signatory.
Example
Download Example