FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..getTask Method (String, String)

Gets the task.

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

Syntax


public deTask getTask(
	string instaceID,
	string stepID
)
Public Function getTask ( _
	instaceID As String, _
	stepID As String _
) As deTask
public:
deTask^ getTask(
	String^ instaceID, 
	String^ stepID
)

Parameters

instaceID
Type: String
The instace identifier.
stepID
Type: String
The step identifier.

Return Value

deTask.