WorkflowStringBuilder.GetWorkflowSteps Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.