-
Feature Request
-
Resolution: Done
-
Major
-
2.1.1.Final
-
None
Allow for the following flow:
01 Wizard.isEnabled 02 Wizard.prompt for UIInput 03 Wizard.execute 04 for each Step in Wizard.next 05 Step.isEnabled 06 Step.prompt for UIInput 07 Step.execute 08 for each Step in Step.next 09 goto 05
as an alternative to the current single command wizard