]
George Gastaldi closed FORGE-1669.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.12.3.Final
(was: 2.x Future)
Resolution: Done
Implemented in FORGE-2041
Allow alternative Interactive Wizard execution style
----------------------------------------------------
Key: FORGE-1669
URL:
https://issues.jboss.org/browse/FORGE-1669
Project: Forge
Issue Type: Feature Request
Components: UI - Shell
Affects Versions: 2.1.1.Final
Reporter: Aslak Knutsen
Assignee: George Gastaldi
Fix For: 2.12.3.Final
Allow for the following flow:
{code}
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
{code}
as an alternative to the current single command wizard