Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.
Instructs a parent State machine action which state it should run when the current state has finished.
This action can be used within the action State Machine only.
To prevent repeated loops through states in a state machine, ensure that each state branch in the state machine has this action. If a workflow completes a state branch without running this action, then the workflow loops through that state again, possibly indefinitely.
If the state named in this action does not exist in the state machine, then the following workflow error occurs: "Selected value '[name]' is not recognized as a known state value."
Field |
Description |
---|---|
Next state |
The state to run when the current state has finished. Selecting End State Machine exits the state machine when the current state has finished. Note: The state change does not occur until the current state has finished. If a state branch contains multiple Change State actions, then only the last one takes effect. |