DefinitionGetSubProcessesFromXPDL Method |
Retrieve the sub processes of a specific process xpdl
Namespace: WorkflowGen.My.ProcessAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.2.0.0 (3.2.0.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