.NET Framework Class Library
Workflow.WorkflowGetStateList Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Workflow Class > Workflow Methods >

.NET Framework Class Library
Workflow.WorkflowGetStateList Method

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, _
 ByRef stateList As Object _
)

C#

public void WorkflowGetStateList(

 string processID,
 ref Object stateList
)

Visual C++

public:

void WorkflowGetStateList(
 StringprocessID,
 Object^% stateList
)

JavaScript

function workflowGetStateList(processIDstateList);

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

Workflow Class

Workflow Members

MwPDMApi Namespace