For example, i have three steps in the process: Extract, Analyze, and Suggest. Each step will output a boolean value. If true, go to next step. If false, exit. I wanna be able to specify on the web ui if I want to move on to the next step by typing true or false. if I type true on the ui, it will execute the next step and ask me if i wanna go to the third step.
For example, i have three steps in the process: Extract, Analyze, and Suggest. Each step will output a boolean value. If true, go to next step. If false, exit. I wanna be able to specify on the web ui if I want to move on to the next step by typing true or false. if I type true on the ui, it will execute the next step and ask me if i wanna go to the third step.