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 the web.config file to 0 to disable logging, 1 for error logs, 2 for information logs, or 3 for debug logs; The default value is 0.

Required parameter

Optional parameters

Docaposte configuration

General

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.

Last updated