DefinitionGetProcessStatusFromXPDL Method |
Retrieves the status 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 string GetProcessStatusFromXPDL(
string xpdl
)
Public Shared Function GetProcessStatusFromXPDL (
xpdl As String
) As String
Parameters
- xpdl
- Type: SystemString
The process' xpdl
Return Value
Type:
StringThe process' status
See Also