WorkflowGen Documentation
10.0
10.0
  • 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
  • Custom Notification Templates
  • Macros
  • WorkflowGen URLs
  • Custom Menus
  • Portlet
  • Error Messages
  • Workflow Applications
    • EFORMASPX
    • XMLTODATABASE
    • GETUSERSFROMDIR
    • XMLTRANS
    • RAISEEXCEPTION
    • UPDATEPROCESSDATA
    • STARTPROCESS
    • COMPLETEACTION
    • GETPROCESSDATA
    • GETFORMDATA
    • CANCELREQUEST
    • MERGEFORM
    • COPYDATA
    • SENDMESSAGE
    • SENDHTTPPOST
    • RESTAPICLIENT
    • EXECSQL
    • JSONTODATA
    • DocuSign
      • DOCUSIGNSEND
      • DOCUSIGNCHECK
    • Adobe Sign
      • ADOBESIGNSEND
      • ADOBESIGNCHECK
    • Docaposte
      • DOCAPOSTESEND
      • DOCAPOSTECHECK
    • Yousign
      • YOUSIGNSEND
      • YOUSIGNCHECK
    • OpenAI
      • OPENAITRANSCRIPTION
      • OPENAICHAT
      • OPENAIADDMESSAGE
    • COUNTER
    • GETAGENTTOOLDATA
    • GETAGENTTOOL
Powered by GitBook
On this page
  • Overview
  • Using default and other parameters
  • Request
  • Activity
Export as PDF
  1. Workflow Applications

GETPROCESSDATA

Overview

The GETPROCESSDATA workflow application lets you retrieve process data values for a specified request. It is very useful for inter-process communications.

As an initial sub-process action, GETPROCESSDATA provides a flexible alternative to the sub-process parameters, since it involves no versioning management constraints with the parent process.

Using default and other parameters

Request

The required parameter request is REQUEST_ID (IN, numeric): the request ID that contains the process data to retrieve.

Activity

The other parameters are defined in the workflow action according to your needs.

  • Parameter name: The name of the remote process data to retrieve

  • Receive value into: The process data to update

📌 Example

To retrieve the value of the COMPANY process data into the CUSTOMER_COMPANY process data:

  • Parameter name: COMPANY

  • Receive value into: CUSTOMER_COMPANY

The process data types must be the same. You can add an exception management to handle possible errors (e.g. invalid request ID).

PreviousCOMPLETEACTIONNextGETFORMDATA