.NET Framework Class Library
Workflow.WorkflowGetStateList Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Workflow Class > Workflow Methods > .NET Framework Class Library |
Returns the list of the states composing the assigned process.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub WorkflowGetStateList ( _ processID As String, _ |
C# |
|---|
public void WorkflowGetStateList( string processID, |
Visual C++ |
|---|
public: void WorkflowGetStateList( |
JavaScript |
|---|
function workflowGetStateList(processID, stateList); |
Parameters
processID
Type: System.String
id of the process
stateList
Type: System.Object
Output. The array containing the list of the states composing the assigned processId
Remarks
See Also