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
  • Parameters
  • Optional parameters
  • Examples of parameters
Export as PDF

COPYDATA Workflow Application

Overview

The COPYDATA workflow application is used to copy data from a parameter to a different data.

How it works

All parameters are optional, and parameter names can be set by the process designer. To copy a data from one to another, the only action required is to set the default value as the data to copy and set the data into which you want to retrieve it (as long as the data type is compatible). The parameters’ directions must be INOUT. There is no limit to the number of parameters.

Parameters

Optional parameters

Parameter

Type

Direction

Description

DATA_DATETIME1

Date/Time

INOUT

DATETIME type data to copy

DATA_FILE1

File

INOUT

FILE type data to copy

DATA_NUMERIC1

Numeric

INOUT

NUMERIC type data to copy

DATA_TEXT1

Text

INOUT

TEXT type data to copy

Examples of parameters

Parameter

Type

Direction

Description

DATA_FILE1

File

INOUT

Send value of FORM_DATA Retrieve value into FORM_ACTION_ACTION1

MY_PARAMETER_NAME

Text

INOUT

Send value of TEXT_DATA Retrieve value into OTHER_TEXT_DATA

PreviousMERGEFORM Workflow ApplicationNextSENDMESSAGE Workflow Application