DefinitionGetSubProcessesFromXPDL Method |
Retrieve the sub processes of a specific process xpdl
Namespace:
WorkflowGen.My.Process
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public 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