WorkflowGen Documentation
8.3
8.3
  • WorkflowGen Administration Guide
  • Administration Module Overview
  • Configuration Panel
  • User Management
    • Directories
    • Users
    • Groups
    • Delegations
  • Directory Synchronization
  • Global Information
    • Participants
    • Applications
    • Categories
    • Global Lists
  • Process Definition
    • Editing
    • Participants
    • Data
  • Form
    • Structure, Sections & Fields
    • Appearance, Behavior & Mapping
    • Management
  • Workflow
    • Actions
    • Parameters
    • Conditions & Exceptions
    • Notifications
  • Reports
  • Remote Approval
  • EFORMASPX Workflow Application
  • XMLTODATABASE Workflow Application
  • GETUSERSFROMDIR Workflow Application
  • XMLTRANS Workflow Application
  • RAISEEXCEPTION Workflow Application
  • UPDATEPROCESSDATA Workflow Application
  • STARTPROCESS Workflow Application
  • COMPLETEACTION Workflow Application
  • GETPROCESSDATA Workflow Application
  • GETFORMDATA Workflow Application
  • CANCELREQUEST Workflow Application
  • MERGEFORM Workflow Application
  • COPYDATA Workflow Application
  • SENDMESSAGE Workflow Application
  • SENDHTTPPOST Workflow Application
  • RESTAPICLIENT Workflow Application
  • EXECSQL Workflow Application
  • JSONTODATA Workflow Application
  • DOCUSIGNSEND Workflow Application
  • DOCUSIGNCHECK Workflow Application
  • ADOBESIGNSEND Workflow Application
  • ADOBESIGNCHECK Workflow Application
  • DOCAPOSTESEND Workflow Application
  • DOCAPOSTECHECK Workflow Application
  • YOUSIGNSEND Workflow Application
  • YOUSIGNCHECK Workflow Application
  • Custom Notification Templates
  • Macros
  • WorkflowGen URLs
  • Custom Menus
  • Portlet
  • Error Messages
Powered by GitBook
On this page
  • Overview
  • How it works
  • Required parameter
  • Optional parameters
  • Docaposte configuration
  • General
  • Example with DOCAPOSTESEND
Export as PDF

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

Parameter

Type

Direction

Description

DOCAPOSTE_TRANSACTION_ID

TEXT

IN

ID of the transaction to check

Optional parameters

Docaposte configuration

Parameters

Type

Direction

Description

DOCAPOSTE_USERNAME

TEXT

IN

Docaposte username By default, this value comes from the DocaposteUsername parameter in the web.config file.

DOCAPOSTE_PASSWORD

TEXT

IN

Docaposte password By default, this value comes from the DocapostePassword parameter in the web.config file.

DOCAPOSTE_HOST_SERVER

TEXT

IN

Docaposte host server

By default, this value comes from the DocaposteHostServer parameter in the web.config file.

General

Parameters

Type

Direction

Description

DOCAPOSTE_DOCUMENT_NAMES

TEXT

IN

Name(s) of the document(s) sent for signature(s)

DOCAPOSTE_DOCUMENTx

FILE

OUT

Signed document(s), where x is the document number

DOCAPOSTE_STATUS

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.

PreviousDOCAPOSTESEND Workflow ApplicationNextYOUSIGNSEND Workflow Application