WorkflowStepInfoProviderGetWorkflowStepInfo Method (String, Int32) |
Returns the WorkflowStepInfo structure for the specified workflow step name and workflow.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static WorkflowStepInfo GetWorkflowStepInfo(
string stepName,
int workflowId
)
Parameters
- stepName
- Type: SystemString
Step name to retrieve - workflowId
- Type: SystemInt32
Workflow id of the step
Return Value
Type:
WorkflowStepInfoSee Also