WorkflowService.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 a list of workflow steps for a workflow.
public:
virtual System::String ^ GetWorkflowSteps(Guid workflowId);
public virtual string GetWorkflowSteps (Guid workflowId);
abstract member GetWorkflowSteps : Guid -> string
override this.GetWorkflowSteps : Guid -> string
Public Overridable Function GetWorkflowSteps (workflowId As Guid) As String
Parameters
- workflowId
- Guid
Specifies the workflow ID.
Returns
The list of workflow steps.