FlowWright.cDevDeAPI Namespace
deWorkflowDefinition Class
deWorkflowDefinition Methods
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..createInstance Method (String, String)

create an instance passing the instance name and instance id

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

Syntax


public deWorkflowInstance createInstance(
	string instanceName,
	string sInstanceID
)
Public Function createInstance ( _
	instanceName As String, _
	sInstanceID As String _
) As deWorkflowInstance
public:
deWorkflowInstance^ createInstance(
	String^ instanceName, 
	String^ sInstanceID
)

Parameters

instanceName
Type: String
Name of the instance.
sInstanceID
Type: String
The s instance identifier.

Return Value

deInstance.