Share via


WorkflowStringBuilder.GetWorkflowSteps Method

Definition

Gets the workflowsteps availabe to build the initialization string

public:
 static System::String ^ GetWorkflowSteps(Guid workflowId, System::Collections::Generic::List<Microsoft::Uii::Common::Entities::WorkflowStepRecord ^> ^ workflowSteps);
public static string GetWorkflowSteps (Guid workflowId, System.Collections.Generic.List<Microsoft.Uii.Common.Entities.WorkflowStepRecord> workflowSteps);
static member GetWorkflowSteps : Guid * System.Collections.Generic.List<Microsoft.Uii.Common.Entities.WorkflowStepRecord> -> string
Public Shared Function GetWorkflowSteps (workflowId As Guid, workflowSteps As List(Of WorkflowStepRecord)) As String

Parameters

workflowId
Guid

Specifies the workflow ID.

workflowSteps
List<WorkflowStepRecord>

Specifies the workflow steps.

Returns

Applies to