spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Is it possible to provide an end-state that ends the entire conversation [SWF-1054]

Open spring-operator opened this issue 16 years ago • 1 comments

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

spring-operator avatar Mar 04 '09 09:03 spring-operator

Taylor S. Wicksell commented

We would also love to see something like this.

spring-operator avatar Oct 28 '09 07:10 spring-operator