Hi,
In CAS 4.2.3 it is really easy modify the webflow. For example, I override this file to add my new decisionState between two CAS-states:
login-webflow.xml
How can I do it in CAS 6.3.2 in a easy way?
I have done it by adding my new actions, for example, extending:
implements CasWebflowExecutionPlanConfigurer {
....
}
But I can't do it modifying de .xml file.
Is it posible that override de login-webflow.xml in this CAS-version to alter the webflow instead of
write Actions in Java? I try to do it but doesn't work for me.
Thanks!!!
- Xavier -