Categories: API DevelopmentBPM

Bonita REST API & Application Architecture

[adsenseyu2]

I have been working on BonitaSoft REST API in order to meet following customers’ requirements:

  1. The customer has multiple line of business (LOB) applications.
  2. The customer has decided to make a strategic move to offer solutions to their existing and new customers rather than one or more products from their multiple LOBs which can be accessed by a web application dashboard. These solution span across multiple LOB applications and is envisioned to leverage functionality offered by these applications using service API.
  3. In this regard, one key fundamental architectural component that got introduced is workflow tool, BonitaSoft. The workflow tool is used to execute one or more workflows which forms part of one or more business processes which comprises the above said solution. Another strategic move is to develop APIs on top of existing functionality which shall then be used by workflow.
  4. Bonita comes with following out of the box applications/subsystems:
    • Bonita workflow engine which executes workflow
    • Bonita portal which is used by business users to work with workflows.
    • Bonita studio which is used by business/process analyst to create workflows.
  5. Customers want to use only two of the above, e.g., Bonita Workflow engine and Bonita studio and NOT the Bonita portal to be able to create seamless and consistent experience for existing customer with rollout of the new release. For UI, they still want to use their existing web experience.
  6. This requires the UI application to be integrated with Bonita Engine using standard API, EJB or REST based integration. As customer wants the Bonita engine to be placed in separate server container, REST based integration becomes the way to go.
  7. This is where existing UI needs to be integrated with Bonita engine using REST API integration.

Following represents a very high-level diagram of integration of custom UI application with Bonita engine using REST APIs:

Bonita REST API Integration

 

[adsenseyu1]

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Share
Published by
Ajitesh Kumar
Tags: apiBonitaBPM

Recent Posts

Retrieval Augmented Generation (RAG) & LLM: Examples

Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…

7 days ago

How to Setup MEAN App with LangChain.js

Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…

2 weeks ago

Build AI Chatbots for SAAS Using LLMs, RAG, Multi-Agent Frameworks

Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…

2 weeks ago

Creating a RAG Application Using LangGraph: Example Code

Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…

3 weeks ago

Building a RAG Application with LangChain: Example Code

The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…

3 weeks ago

Building an OpenAI Chatbot with LangChain

Have you ever wondered how to use OpenAI APIs to create custom chatbots? With advancements…

3 weeks ago