Click or drag to resize
WorkflowStepsUpgradeUpgradeStep Method
Upgrades the workflow step to ensure its definition is valid.

Namespace: CMS.WorkflowEngine.Internal
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public void UpgradeStep(
	WorkflowStepInfo step
)

Parameters

step
Type: CMS.WorkflowEngineWorkflowStepInfo
The step to upgrade.
See Also