Technical developers must extend the com.ibm.btt.automaton.htmlDSEHtmlProcessor class to customize the flow processor behavior for the HTML channel, or extend the com.ibm.btt.automatonDSEProcessor class for other channels.
<field id="htmlProcessor" value="com.ibm.btt.automaton.html.DSEHtmlProcessor" />should be replaced with the new implementation class, for example:
<field id="htmlProcessor" value=“com.ibm.btt.alphasample.automation.html.AlphaHtmlProcessor" />
After the new implementation class has been registered, the extended process class is used by the toolkit to handle the flow at runtime.