Click or drag to resize

IWorkflowJump Method


Puts the workflow directly on the specified Work State without going through any Transitions.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
void Jump(
	IWorkState jumpToState
)

Parameters

jumpToState
Type: Ingeniux.CMSIWorkState
The Work State to jump to. Cannot be null.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen the jumpToState parameter value is null.
See Also