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.6.492
Syntax
void Jump(
	IWorkState jumpToState
)

Parameters

jumpToState  IWorkState
The Work State to jump to. Cannot be null.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen the jumpToState parameter value is null.
See Also