Click or drag to resize

DefinitionGetApplicationsFromXPDL Method

Retrieves the workflow applications 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<string> GetApplicationsFromXPDL(
	string xpdl
)

Parameters

xpdl
Type: SystemString
The process' xpdl

Return Value

Type: ListString
List of all applications referenced in the xpdl
See Also