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

Accessing the EJB APIs

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Draft comment:
This topic was viewed 16 times since its publication
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.