FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..getHistoryDetails Method

Gets the history details.

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

Syntax


public DataTable getHistoryDetails(
	bool showHistory,
	bool showRuntimeData,
	bool showEventData,
	bool showEngineAlerts,
	bool showErrors,
	bool showTaskReminders
)
Public Function getHistoryDetails ( _
	showHistory As Boolean, _
	showRuntimeData As Boolean, _
	showEventData As Boolean, _
	showEngineAlerts As Boolean, _
	showErrors As Boolean, _
	showTaskReminders As Boolean _
) As DataTable
public:
DataTable^ getHistoryDetails(
	bool^ showHistory, 
	bool^ showRuntimeData, 
	bool^ showEventData, 
	bool^ showEngineAlerts, 
	bool^ showErrors, 
	bool^ showTaskReminders
)

Parameters

showHistory
Type: Boolean
if set to true [show history].
showRuntimeData
Type: Boolean
if set to true [show runtime data].
showEventData
Type: Boolean
if set to true [show event data].
showEngineAlerts
Type: Boolean
if set to true [show engine alerts].
showErrors
Type: Boolean
if set to true [show errors].
showTaskReminders
Type: Boolean
if set to true show task reminders

Return Value

DataTable.