IWorkflowService.GetWorkflowSteps(Guid) Method

Definition

Retrieves the list of steps for a workflow.

public:
 System::String ^ GetWorkflowSteps(Guid workFlowId);
public string GetWorkflowSteps (Guid workFlowId);
abstract member GetWorkflowSteps : Guid -> string
Public Function GetWorkflowSteps (workFlowId As Guid) As String

Parameters

workFlowId
Guid

Specifies the workflow ID.

Returns

List of workflow steps.

Applies to