if the workflow is complete and the user clicks on discard
the workflow jumps to the start. But the parameters get lost, result: http://server/workflowtest&single
How can I prevent this?
Greetings
Tim
what sort of use case do you have in mind?
I think this isn’t possible at the moment. However, you could create a final view that asks the user whether they want to jump back to the start (similar to this example: Blackjack – KNIME Hub)
Using a loop you can then then control how the execution continues.
Ah…
Turns out we don’t save any intermediate state of loop iterations, i.e. the back button would try to step right outside the loop…
The fastest workaround would be to add some component/WebPortal page in front of the loop, which it can jump back to.
I don’t think there is a nice workaround here, but we have new features almost out that solve this entire problem.
Okay,
i’ve added an additional component to configure the parameters.
So i don’t need the loop and direct link anymore until the new features are available.