FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..getTaskReminders Method

Gets the task reminders.

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

Syntax


public DataTable getTaskReminders(
	string sStepID,
	int iIteration
)
Public Function getTaskReminders ( _
	sStepID As String, _
	iIteration As Integer _
) As DataTable
public:
DataTable^ getTaskReminders(
	String^ sStepID, 
	int^ iIteration
)

Parameters

sStepID
Type: String
The s step identifier.
iIteration
Type: Int32
The i iteration.

Return Value

DataTable.