WorkflowStepInfoProviderGetWorkflowSteps Method (Int32) |
Returns the Dataset of workflow steps.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax public static ObjectQuery<WorkflowStepInfo> GetWorkflowSteps(
int workflowId
)
Parameters
- workflowId
- Type: SystemInt32
Workflow ID
Return Value
Type:
ObjectQueryWorkflowStepInfoSee Also