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

Introduce an annotated @FlowController model for controlling access to a single flow definition [SWF-492]

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

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

spring-operator avatar Feb 28 '08 01:02 spring-operator

Joseph commented

this will be perfect if combined with the java flow definition

spring-operator avatar May 29 '08 18:05 spring-operator