WorkflowGen Documentation
7.22
7.22
  • 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
  • Custom Notification Templates
  • Macros
  • WorkflowGen URLs
  • Custom Menus
  • Portlet
  • Error Messages
Powered by GitBook
On this page
  • Overview
  • Parameters
  • Process
  • Optional parameters
  • Examples
  • Process ID
  • Process name with process version
  • Process name with test
Export as PDF

STARTPROCESS Workflow Application

Overview

The STARTPROCESS workflow application lets you launch a new request with the corresponding parameters. It provides a simple solution for inter-process communications.

There are three ways to use STARTPROCESS to launch a new request:

  • Process ID

  • Process name with process version

  • Process name with test

Parameters

Process

Parameter

Type

Direction

Description

PROCESS_ID

Numeric

IN

Process ID of the request to launch (to be used independently, without the other parameters)

PROCESS_NAME

Text

IN

Process name of the request to launch

PROCESS_VERSION

Numeric

IN

Version of the process to launch

TEST

Text

IN

Test mode

  • Y: Launch a test version

  • N: Launch the active version

Optional parameters

Parameter

Type

Direction

Description

REQUEST_ID

Numeric

OUT

Returns the ID of the new request

IMPERSONATE_USERNAME

Text

IN

Username of the impersonating user

You can define other parameters as needed in the workflow process to launch; for example COMPANY (text type IN parameter), e.g. ACME_COMPANY.

Examples

Process ID

Parameter

Type

Direction

Description

PROCESS_ID

Numeric

IN

Send value of MY_PROCESS_ID (a numeric process data containing the ID of the process to start, e.g. 1320)

Process name with process version

Parameter

Type

Direction

Description

PROCESS_NAME

Text

IN

Send value of MY_PROCESS_NAME (a text process data containing the name of the process to start, e.g. LEAVE_APPLICATION)

PROCESS_VERSION

Numeric

IN

Send value of MY_PROCESS_VERSION (a numeric process data containing the version number of the process to start, e.g. 2)

Process name with test

Parameter

Type

Direction

Description

PROCESS_NAME

Text

IN

Send value of MY_PROCESS_NAME (a text process data containing the name of the process to start, e.g. LEAVE_APPLICATION)

TEST

Text

IN

Send value of MY_TEST (e.g. Y)

PreviousUPDATEPROCESSDATA Workflow ApplicationNextCOMPLETEACTION Workflow Application

Last updated 5 years ago