Try OpenEdge Now
skip to main content
User's Guide
Defining and assigning performers : Defining performers : Defining an adapter as a performer
 

Defining an adapter as a performer

An adapter (previously called an external performer or EP) is a Java class that provides a mechanism that integrates external third-party classes and actions with Business Process Modeler; for instance, an adapter can automate some functions and tasks performed by a server or an external system.
Adapters are the “performers” of Adapter worksteps. Depending on your application requirements, you can use a predefined managed adapter provided by Business Process Modeler; or you can develop your own adapters to carry out specific tasks. Business Process Modeler provides a series of managed adapters that have complex, specific features. Advanced users can find out more about Managed Adapters in the Managed Adapters Guide.
To define an adapter and add it as a performer:
1. From the Performers tab, click Add.
2. From the first page of the New Performer wizard, select the Adapter type of performer, then click Next.
3. Type the adapter name in the Enter a name box. Specify the Java class and method in the appropriate boxes.
4. Select the Generate Java code checkbox if you want to generate a Java file for the Adapter workstep.
5. Click Next. In the Description page, enter a brief description of the custom adapter.
6. Click Finish to create the custom adapter and add it to the Performers tab.
Note: To modify the adapter performer details, select the performer to be modified and make your changes in the Adapter and Description sections of the Performers tab.
* Using managed adapters