Skip to main content
Nintex Community Menu Bar

Ending Wizards from Embedded Wizards

  • August 31, 2022
  • 0 replies
  • 49 views

MillaZ
Nintex Employee
Forum|alt.badge.img+23
Product: Kryon RPA
Product Version: All
Components: Kryon Studio
This article will explain the behavior of an embedded wizard when it ends both successfully or unsuccessfully.
Prerequisites: None

Steps:

When an Embedded Wizard (EW) ends Successfully

If an EW ends successfully at any point during its execution (e.g. by using the End Wizard advanced command), program flow will immediately return to the parent wizard, skipping all the remaining steps and advanced commands in the EW immediately following the End Wizard advanced command.

The parent wizard will then continue program flow, resuming at the Step End section of the EW's step:

 

23843i05CC624C5851639E.jpg

When an EW ends Unsuccessfully

If an EW ends unsuccessfully, program flow will immediately return to the parent wizard and a fallback will be triggered.

To see or set the action for the fallback, click on the EW step in the parent wizard:

 

23844i9FA0A9C2AAFFFE2C.jpg

 

Then, click Fallbacks on the right in the properties pane:
 

23845i2530BD154C91B633.jpg

 

You will see that there is a fallback for Wizard Ended Unsuccessfully where you can set the action desired whether that is to execute other advanced commands, or to simply to end the parent wizard.

 

23846i28CC234BD9F6D66D.jpg

 

Note: If Go to next step is selected as the action for the fallback, program flow will go to the next step without executing the Step End section of the EW step.

 

More Information: None