DefinitionGetSubProcessesFromXPDL Method  | 
 
            Retrieve the sub processes of a specific process xpdl
            
 
    Namespace: 
   WorkflowGen.My.Process
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static List<Tuple<string, int>> GetSubProcessesFromXPDL(
	string xpdl
)
Public Shared Function GetSubProcessesFromXPDL ( 
	xpdl As String
) As List(Of Tuple(Of String, Integer))
Parameters
- xpdl
 - Type: SystemString
The process' xpdl 
Return Value
Type: 
ListTupleString, 
Int32List of all sub processes references in the xpdl
See Also