WorkflowScopeInfoProviderGetWorkflowScopes Method (Int32) |
Returns all workflow steps for the given workflow.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax public static ObjectQuery<WorkflowScopeInfo> GetWorkflowScopes(
int workflowId
)
Parameters
- workflowId
- Type: SystemInt32
Workflow ID
Return Value
Type:
ObjectQueryWorkflowScopeInfoSee Also