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
  • Using default and other parameters
Export as PDF

GETFORMDATA Workflow Application

Overview

The GETFORMDATA workflow application lets you retrieve form field values for a specified request. It is useful when you need to retrieve form data which is not mapped to process data.

GETFORMDATA can only be used with TEXT, NUMERIC, and DATETIME type fields and data.

Using default and other parameters

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

The optional parameter is FORM_DATA_NAME (IN, text), which is the process data name that contains the form data to query. By default, GETFORMDATA uses the FORM_DATA process data name.

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

  • Parameter name: The form field full ID (e.g. REQUEST_AMOUNT)

  • Receive value into: The process data to update

📌 Example

To retrieve the value of the REQUEST_COMPANY form field into the CUSTOMER_COMPANY process data , the process data and the field data types must be the same. You may have to add an exception management to handle possible errors (e.g. invalid request ID).

PreviousGETPROCESSDATA Workflow ApplicationNextCANCELREQUEST Workflow Application