Returns the DataSet of all the workflow steps with where condition and order by clause applied.
            
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
 - Type: 
System String
Where condition 
- orderBy (Optional)
 - Type: 
System String
Order by clause 
- topN (Optional)
 - Type: 
System Int32
Top N records 
- columns (Optional)
 - Type: 
System String
Columns to get 
Return Value
Type: InfoDataSet WorkflowStepInfoSee Also