DefinitionGetApplicationsFromXPDL Method |
Retrieves the workflow applications 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<string> GetApplicationsFromXPDL(
string xpdl
)
Public Shared Function GetApplicationsFromXPDL (
xpdl As String
) As List(Of String)
Parameters
- xpdl
- Type: SystemString
The process' xpdl
Return Value
Type:
ListStringList of all applications referenced in the xpdl
See Also