Final Nodes

Processor CHA should be created when a processor is started or removed when a processor complete. Only when the action or jsp defined in final section will be considered as final step. There are two types of final nodes: forward final nodes that indicate the final node is JSP file (having to said the nodes do not forward name, but jsp file path because one jsp file can be defined as different forwards); action final nodes that indicate the action name defined in action-mapping section is final.

The following is the final definition sample:

<finals>
    <final type="forward" name="/output.jsp">
    <final type="action" name="Quit">
</finals>