StartEmployeeSetupTaskWF

Start Employee Setup Task WF

Minor Business Rule

Object Name: B0800118

Parent DLL: CHRM

Location: Client/Server

Language: C

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.


^

Data Structure

D0800118A - Start Employee Setup Task WF

Parameter NameData ItemData TypeReq/OptI/O/Both
szProcessNamePROCNAMEcharOPTNONE

The unique identifier for a process. If no value is entered, a next number is assigned. Once assigned, the value cannot be changed.

mnEmployeeSetupIDESIDMATH_NUMERICOPTNONE

A code that represents the unique identifier for an employee setup record.

mnTaskCodeTSKCDMATH_NUMERICOPTNONE

A number that uniquely identifies the task. The system generates this number using next numbers.

Related Functions

N9000090 Workflow System Functions

Related Tables

None