FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..generateWorkflowEvent Method

Generates the workflow event.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static void generateWorkflowEvent(
	deUserSession oUserSession,
	apiWorkflowEvents oEvent,
	Hashtable oEventParms,
	string eventSource,
	eventPriority oEventPriority
)
Public Shared Sub generateWorkflowEvent ( _
	oUserSession As deUserSession, _
	oEvent As apiWorkflowEvents, _
	oEventParms As Hashtable, _
	eventSource As String, _
	oEventPriority As eventPriority _
)
public:
static void generateWorkflowEvent(
	deUserSession^ oUserSession, 
	apiWorkflowEvents^ oEvent, 
	Hashtable^ oEventParms, 
	String^ eventSource, 
	eventPriority^ oEventPriority
)

Parameters

oUserSession
Type: deUserSession
The o user session.
oEvent
Type: FlowWright.cDevDeAPI..::..apiWorkflowEvents
The o event.
oEventParms
Type: Hashtable
The o event parms.
eventSource
Type: String
The event source.
oEventPriority
Type: FlowWright.cDevDeAPI..::..eventPriority
The o event priority.