IWorkflowService.GetWorkflowSteps(Guid) 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.
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.