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: 9.0.565.0 (9.0.565)
Syntax
Parameters
- jumpToState
- Type: Ingeniux.CMSIWorkState
The Work State to jump to. Cannot be null.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | When the jumpToState parameter value is null. |
See Also