784 WebSphere Business Integration Adapters
Figure 31-26 Monitoring a running process
10.Claim and complete the Staff1 activity to finish this process instance.
31.2 Developing a process start bean
In the overall scenario, it is the intention to instantiate the process when a new
maintenance event is generated and not manually, as we have done so far. To
achieve this, complete the following steps:
1. Generate an EJB that is called by an MDB upon the arrival of a message.
2. Generate the MDB for the incoming message from the adapter.
3. Generate a proxy for the process. The proxy is called by the EJB to
instantiate the process.
4. Adapt the process to facilitate automatic start-up.