I created a class that extends AbstractCasWebflowConfigurer to modify the webflow instead of modifying xml directly. I can define a new action-state with transitions but I can't seem to modify an already existing one.
For realSubmit action-state within login webflow: <action-state id="realSubmit"> <transition on="warn" to="warn"/> <transition on="success" to="sendTicketGrantingTicket"/> . . .</action-state> For "success", how can I programatically change the transition from "sendTicketGrantingTicket" to "doMyCustomAction"? Would I have to define the entire action state or can I just update the single transition? I have the org.springframework.webflow.engine.Flow Object but I don't see an appropriate method to update the transition. Thanks. -psv -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/0d7ec9be-4c07-47cd-aa1e-8ce18f6a9365%40apereo.org.
