FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..copyDefinitionWithSubWorkflows Method

Copies the definition with sub workflows.

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

Syntax


public deWorkflowDefinition copyDefinitionWithSubWorkflows(
	string defName,
	string subworkflowPostName,
	string tenantID
)
Public Function copyDefinitionWithSubWorkflows ( _
	defName As String, _
	subworkflowPostName As String, _
	tenantID As String _
) As deWorkflowDefinition
public:
deWorkflowDefinition^ copyDefinitionWithSubWorkflows(
	String^ defName, 
	String^ subworkflowPostName, 
	String^ tenantID
)

Parameters

defName
Type: String
Name of the definition.
subworkflowPostName
Type: String
Name of the subworkflow post.
tenantID
Type: String
tenantID of the definition.

Return Value

deDefinition.