Friday, November 12, 2021

Create a Custom Service Using Custom Plugin

In this tutorial, we will show you how to create a custom service using the custom plugin activity of Adeptia. An an example, we will use open source java API (JAR) to call LinkedIn. Java API uses OAuth token to connect and execute RESTful web service. In a nutshell, we will talk about:

  • Creating a custom service using custom plugin
  • Designing orchestration process that contains custom plugin.
  • Passing a parameter via context variable into this custom plugin.
  • Mapping the response of plugin into a target.
  • Showing results of process flow execution.
  • Discussing scenarios where custom plugins are available in different use cases.

The user can refer the plugins for expanding the functionality of a service or building another custom service.