ADOBESIGNCHECK Workflow Application
Overview
The ADOBESIGNCHECK workflow application lets you verify the status of an agreement and download its associated file, which is a concatenation of attached files.
How it works
You can verify the status of an agreement and download the file from Adobe Sign based on your status criteria.
Application logs are available. These can be specified by setting the value of the
AdobeSignCheckLogLevel
parameter in theweb.config
file to0
to deactivate logs,1
for error logs,2
for information logs, or3
for debug logs; the default value is0
.
Configuring the Adobe Sign API
For instructions on how to configure the Adobe Sign API, see the Configuring the Adobe Sign API section in the ADOBESIGNSEND Workflow Application chapter.
Required parameter
Parameter | Type | Direction | Description |
| TEXT | IN | ID of the Adobe Sign agreement to verify |
Optional parameters
Adobe Sign configuration
Parameters | Type | Direction | Description |
| TEXT | IN | Adobe Sign client ID By default, this value comes from the |
| TEXT | IN | Adobe Sign client secret By default, this value comes from the |
| TEXT | IN | Authentication refresh token
By default, this value comes from the To obtain it, see the Configuring the Adobe Sign API section. |
| TEXT | IN | Adobe Sign host server (e.g. By default, this value comes from the |
General
Parameters | Type | Direction | Description |
| TEXT | IN | Valid status to download the document Possible values:
Default: |
| FILE | OUT | Adobe Sign document |
| TEXT | OUT | Agreement status |
Example with ADOBESIGNSEND
In the following example, the ADOBESIGNSEND action is directly followed by the ADOBESIGNCHECK action. This action will loop back onto itself until the status changes to SIGNED
, APPROVED
, CANCELLED
, EXPIRED
, or ARCHIVED
.
If the status returned meets the condition, the document will be downloaded from Adobe Sign.
With the system loop action function, the ADOBESIGNCHECK action will be executed every x
seconds until the OUT condition is met.
Last updated