spring-webflow
spring-webflow copied to clipboard
Introduce an annotated @FlowController model for controlling access to a single flow definition [SWF-492]
Keith Donald opened SWF-492 and commented
Basically, this is an annotation-based FlowHandler implementation strategy. "Controlling access to a single flow definition" means
- Defining the id of the flow to launch
- Creating the flow execution input map
- Handling flow outcomes
- Handling unhandled flow exceptions
Affects: 2.0 M3
4 votes, 2 watchers