IWorkflowService.GetWorkflowSteps Method
Retrieves the list of steps for a workflow.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As IWorkflowService
Dim workFlowId As Guid
Dim returnValue As String
returnValue = instance.GetWorkflowSteps(workFlowId)
Syntax
'Declaration
Function GetWorkflowSteps ( _
workFlowId As Guid _
) As String
string GetWorkflowSteps (
Guid workFlowId
)
String^ GetWorkflowSteps (
Guid workFlowId
)
String GetWorkflowSteps (
Guid workFlowId
)
function GetWorkflowSteps (
workFlowId : Guid
) : String
Parameters
- workFlowId
Specifies the workflow ID.
Return Value
Type: String
List of workflow steps.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IWorkflowService Interface
IWorkflowService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.