WorkflowData.GetStepByStepId(Guid) Method

Definition

Gets the step by step ID.

public:
 Microsoft::Uii::Desktop::Core::WorkflowStep ^ GetStepByStepId(Guid stepId);
public Microsoft.Uii.Desktop.Core.WorkflowStep GetStepByStepId (Guid stepId);
member this.GetStepByStepId : Guid -> Microsoft.Uii.Desktop.Core.WorkflowStep
Public Function GetStepByStepId (stepId As Guid) As WorkflowStep

Parameters

stepId
Guid

Specifies the workflow step ID.

Returns

Workflow step

Applies to