The Branch Transformation Toolkit provides three default processes
that you can use or modify in the BTT sample.
The default processes are:
- Run a process in a session - This process follows the steps described
in How the Business Process Component works and uses the default
processor.
- Log on - This process uses its own processor (com.ibm.btt.server.flow.al.mapping.LogonProcessStarter
and com.ibm.btt.server.flow.al.mapping.LogonProcessTerminater). Additionally,
in this case, the process context (LogonBPContext) is part of a context hierarchy
(it has a parent). This process sends a status response indicating whether
the user logged on.
- Log off - This process uses the LogoffBPContext for
the process context and its own processor (com.ibm.btt.server.flow.al.mapping.LogoffProcessStarter
and com.ibm.btt.server.flow.al.mapping.LogoffProcessTerminator). This process
follows the flow described in How the Business Process Component works.
This process sends a status response indicating whether the user logged off.