Wizard commands
Wizard commands are advanced commands designed to control the flow and behavior of a wizard during its execution. These commands let you control the wizard's steps, get data, show messages, and handle errors. Using wizard commands improves your automation workflows and gives you better control.
Before you begin:
Learn how to navigate the Nintex Wizard Editor of the Studio.
Understand how to create wizards and use advanced commands.
Understand variables.
Learn how to customize error handling within an advanced command.
Understand how to configure wizard fallbacks.
-
Nintex Studio access
-
A wizard created in the Wizard Catalog
See the table below for an overview of each command and its functions. For more details on how to set up each command, check the individual command documentation.
Command | Description |
---|---|
Check whether the current wizard is run from Nintex Robot or Nintex Studio. |
|
Check whether the current wizard is run in Do it or Guide me mode. |
|
Check whether the current wizard is recorded with Nintex's built-in recording feature. |
|
Exit the current group of commands, the logical flow, or the step section, and continue playing the wizard. |
|
End the wizard immediately. |
|
Retrieve the type of the last failure handled and store it in a variable, useful in conjunction with global error handling features. |
|
Retrieve the number or name of the current step and store the result in a variable. |
|
Retrieve the Username, User ID, or Language of the user running the current wizard and store the result in a variable. |
|
Retrieve the ID or name of the current wizard and store the result in a variable. |
|
Move immediately to the step you specify. |
|
Display a custom wizard error message. | |
Resume default error handling procedures after performing custom fallback procedures. |
|
Select whether to pause a wizard when the end user interacts with the keyboard or mouse during its execution. |
|
Display a custom message or request basic input while the wizard is running. |