Compartilhar via


WorkflowService.GetWorkflowSteps Method

Retrieves a list of workflow steps for a workflow.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As WorkflowService
Dim workflowId As Guid
Dim returnValue As String

returnValue = instance.GetWorkflowSteps(workflowId)

Syntax

'Declaration
Public Overridable Function GetWorkflowSteps ( _
    workflowId As Guid _
) As String
public virtual string GetWorkflowSteps (
    Guid workflowId
)
public:
virtual String^ GetWorkflowSteps (
    Guid workflowId
)
public String GetWorkflowSteps (
    Guid workflowId
)
public function GetWorkflowSteps (
    workflowId : Guid
) : String

Parameters

  • workflowId
    Specifies the workflow ID.

Return Value

Type: String
The 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

WorkflowService Class
WorkflowService Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.