D89865 - TC for F98865
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| szProcessName | PROCNAME | char | OPT | INPUT | 
The unique identifier for a process. If no value is entered, a next number is assigned. Once assigned, the value cannot be changed.  | ||||
| mnProcessVersion | PROCVER | MATH_NUMERIC | OPT | INPUT | 
A number from 1 to 99999 that identifies a unique version of a workflow process.  | ||||
| mnProcessInstance | PROCIST | MATH_NUMERIC | OPT | INPUT | 
Indicates the instance of the workflow process.  | ||||
| mnActivitystance | ACTIST | MATH_NUMERIC | OPT | INPUT | 
A value that identifies the instance of the task within a process instance.  | ||||
| mnOrganizationalGroupNumber | ORGGRP | MATH_NUMERIC | OPT | INPUT | 
This field allows people within an organizational structure to be grouped together, in order to simultaneously send each person an Email 
  | ||||
| mnSequenceNumber9 | SEQUENCE | MATH_NUMERIC | OPT | INPUT | 
A number that is sequentially incremented for each person in a group to provide a unique key to the task instance.  | ||||
| mnSubProcessVersion | SUBVER | MATH_NUMERIC | OPT | INPUT | 
The version of a subprocess that was started by a workflow task.  | ||||
| mnSubProcessInstance | SUBIST | MATH_NUMERIC | OPT | INPUT | 
The instance of a subprocess that was started by a workflow task.  | ||||
| szActivityInstanceUniqueID | AINSTUID | char | OPT | OUTPUT | 
The primary key that identifies the task instance in the Task Instance table (F98865).  | ||||
| szActiviyUID | ACTUID | char | OPT | OUTPUT | 
A code that specifies the unique ID of the workflow task definition.  | ||||
| szProcessInstanceUniqueID | PINSTUID | char | OPT | OUTPUT | 
The primary key that identifies the process instance in the Process Instance table (F98860).  | ||||
| szLocalSubProcessUniqueID | LOCSPUID | char | OPT | OUTPUT | 
The primary key that identifies the local subprocess in the Process Instance table (F98860).  | ||||
| szActivityName | ACTNAME | char | OPT | INPUT | 
The type of task that is used within a workflow process. The task determines what kind of object is executed when the task is started. Types 
  | ||||
| None | 
| None |