WorkflowTransitionInfoProviderUpdateTransitionsEndStep Method |
Sets given end step ID to all transitions matching specified where condition.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static void UpdateTransitionsEndStep(
string where,
int endStepID
)
Parameters
- where
- Type: SystemString
Where condition for selection all transitions to be updated. - endStepID
- Type: SystemInt32
Desired transition end step ID
See Also