Click or drag to resize
StepFactoryCreateStep Method
Returns step object based on given step type stepType and optionally on step definition stepDefinition.

Namespace: CMS.WorkflowEngine.Factories
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
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: Step
See Also