This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Accessing the EJB APIs

The Enterprise JavaBeans (EJB) APIs are provided as two stateless session enterprise beans. BPEL process applications and task applications access the appropriate session enterprise bean through the home interface of the bean.

About this task

The BusinessFlowManagerService interface provides the methods for BPEL process applications, and the HumanTaskManagerService interface provides the methods for task-based applications. The application can be any Java™ application, including another Enterprise JavaBeans (EJB) application.