Click or drag to resize
WorkflowTransitionInfoProvider.UpdateTransitionsEndStep Method
Sets given end step ID to all transitions matching specified where condition.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
public static void UpdateTransitionsEndStep(
	string where,
	int endStepID
)

Parameters

where
Type: System.String
Where condition for selection all transitions to be updated.
endStepID
Type: System.Int32
Desired transition end step ID
See Also