DefinitionGetProcessStatusFromXPDL Method |
Retrieves the status of a specific process xpdl
Namespace:
WorkflowGen.My.Process
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public 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