1.Functional Description
1.1Purpose
This BSFN is to dynamically start the Workflow process specified in the F087103 record. 
1.2Setup Notes and Prerequisites
 The workflow process will be required to have a key data structure with the following fields.
1.ESID
2.TSKCD
1.3Special Logic
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
OBNMszNameObjectI
VERSszVesionI
ESIDmnEmployeeSetupIDI
TSKCDmnTaskCodeeI
 
2.2Related Tables 
Table Table Description
 
 
2.3Related Business Functions
Source NameFunction Name
N9000090GetActiveWFProcessVersion
Processing 
1.Check for an active workflow process
2.Create a blank bar delimited string for the Attribute DS.
3.Create the Key data structure from the input ESID and TSKCD
4.Call the API's CreateWFProcess and StartWFProcess.
^
D0800118A - Start Employee Setup Task WF
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| szProcessName | PROCNAME | char | OPT | NONE | 
The unique identifier for a process. If no value is entered, a next number is assigned. Once assigned, the value cannot be changed.  | ||||
| mnEmployeeSetupID | ESID | MATH_NUMERIC | OPT | NONE | 
A code that represents the unique identifier for an employee setup record.  | ||||
| mnTaskCode | TSKCD | MATH_NUMERIC | OPT | NONE | 
A number that uniquely identifies the task. The system generates this number using next numbers.  | ||||
| N9000090 Workflow System Functions | 
| None |