FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..createEngineAlert Method

Creates the engine alert.

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

Syntax


public bool createEngineAlert(
	string sStepID,
	Hashtable oInputParms,
	Hashtable oInputGlobals,
	string sReturnValue,
	int iteration,
	Nullable<DateTime> oExecDateTime,
	Nullable<instancePriority> oPriority,
	Hashtable oReturnsCollection,
	Hashtable oFormVariables
)
Public Function createEngineAlert ( _
	sStepID As String, _
	oInputParms As Hashtable, _
	oInputGlobals As Hashtable, _
	sReturnValue As String, _
	iteration As Integer, _
	oExecDateTime As Nullable(Of DateTime), _
	oPriority As Nullable(Of instancePriority), _
	oReturnsCollection As Hashtable, _
	oFormVariables As Hashtable _
) As Boolean
public:
bool^ createEngineAlert(
	String^ sStepID, 
	Hashtable^ oInputParms, 
	Hashtable^ oInputGlobals, 
	String^ sReturnValue, 
	int^ iteration, 
	Nullable<DateTime^> oExecDateTime, 
	Nullable<instancePriority^> oPriority, 
	Hashtable^ oReturnsCollection, 
	Hashtable^ oFormVariables
)

Parameters

sStepID
Type: String
The s step identifier.
oInputParms
Type: Hashtable
The o input parms.
oInputGlobals
Type: Hashtable
The o input globals.
sReturnValue
Type: String
The s return value.
iteration
Type: Int32
The iteration.
oExecDateTime
Type: Nullable<(Of <(<'DateTime>)>)>
The o execute date time.
oPriority
Type: Nullable<(Of <(<'instancePriority>)>)>
The o priority.
oReturnsCollection
Type: Hashtable
The o returns collection.
oFormVariables
Type: Hashtable
The o form variables.

Return Value

true if XXXX, false otherwise.