DOCAPOSTECHECK Workflow Application
Overview
The DOCAPOSTECHECK workflow application lets you check the status of a transaction and download the associated files.
How it works
You can check the status of a transaction and download the file from Docaposte.
Application logs are available. These can be specified by setting the value of the
DocaposteCheckLogLevel
parameter in theweb.config
file to0
to disable logging,1
for error logs,2
for information logs, or3
for debug logs; The default value is0
.
Required parameter
Parameter | Type | Direction | Description |
| TEXT | IN | ID of the transaction to check |
Optional parameters
Docaposte configuration
Parameters | Type | Direction | Description |
| TEXT | IN | Docaposte username
By default, this value comes from the |
| TEXT | IN | Docaposte password
By default, this value comes from the |
| TEXT | IN | Docaposte host server By default, this value comes from the |
General
Parameters | Type | Direction | Description |
| TEXT | IN | Name(s) of the document(s) sent for signature(s) |
| FILE | OUT | Signed document(s), where |
| TEXT | OUT | Transaction status |
Example with DOCAPOSTESEND
In the following example, the DOCAPOSTESEND action is directly followed by the DOCAPOSTCHECK action. This action will loop back onto itself until the status is other than OPEN
.
If the returned status meets the condition, the document will be downloaded from Docaposte.
With the system loop action function, the DOCAPOSTECHECK action will be executed every x
seconds until the OUT condition is met.