Click or drag to resize
DefinitionGetSubProcessesFromXPDL Method
Retrieve the sub processes of a specific process xpdl

Namespace: WorkflowGen.My.Process
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
public static List<Tuple<string, int>> GetSubProcessesFromXPDL(
	string xpdl
)

Parameters

xpdl
Type: SystemString
The process' xpdl

Return Value

Type: ListTupleString, Int32
List of all sub processes references in the xpdl
See Also