spring-webflow
spring-webflow copied to clipboard
Is it possible to provide an end-state that ends the entire conversation [SWF-1054]
Nazaret Kazarian opened SWF-1054 and commented
Would it be possible to implement a feature that enables ending a conversation without being at the root flow?
With such a feature, we would be able to write an end state such as the following:
<end-state endConversation="true" view="..." />
A transition to this state would end the conversation without handing out the control to the parent flow (if there is any parent flow).
This would be convenient when you want to end a conversation without the parent flows needing to be aware of this event.
Forum discussion link: http://forum.springframework.org/showthread.php?t=68356
6 votes, 4 watchers