StepFactoryCreateStep Method |
Returns step object based on given step type stepType and optionally on step definition stepDefinition.
Namespace: CMS.WorkflowEngine.FactoriesAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax public static Step CreateStep(
WorkflowStepTypeEnum stepType,
string stepDefinition = null
)
Parameters
- stepType
- Type: CMS.DataEngineWorkflowStepTypeEnum
Type of step - stepDefinition (Optional)
- Type: SystemString
Step definition in XML format
Return Value
Type:
StepSee Also