Categories: BPM

What are different types of Business Processes?

Following are different types of business processes:

  • UI intensive processes: Navigational flow and data aggregation is controlled from a user interface layer rather than in a BPEL process. These processes are used for cases where a GUI application performs the process orchestration or control.
  • Synchronous transactional processes: These are a collection of short-running BPEL processes provide real-time responses to graphical user interfaces or for transactional sub-processes. These are used for cases when you need high performance and the caller needs a response immediately.
  • Asynchronous transactional processes: The invoker/caller makes the request and does not wait for the responses. Process is assured to occur at a later time in a separate transaction. These processes are used for cases when you need high performance and a caller does not need a response immediately, but only an acknowledgement.
  • Long-lived processes: These are true long-running process that will last a relatively long time (days, weeks, and so on). Process instances will always be present in the systems such that the complex issues of process versioning must be taken into account. These processes are used for cases where the process will take a long time (more than the runtime transaction timeout) and process contains external system interactions.
  • Task-based processes: Used for cases where the process execution will take long and contains human interactions

Each of these business processes has to go through process lifecycle (also depicted in the diagram below) where following stages are involved:

Business Process Lifecycle

  1. Process Modeling: This is the phase where process analysts, together with process owners, analyze the business process and define the process model. They define the activity flow, the information flow, roles, and business documents. They also define business policies and constraints, business rules, and performance measures. Performance measures are often called Key Performance Indicators (KPI).
  2. Process Implementation: This is the phase where IT developers (SOA developers), together with process analysts, implement the business process with an objective of providing end-to-end support for the process using IT (applications). The process implementation phase using the SOA approach includes process implementation with BPEL and process decomposition in to the services, identification of service, implementation or re-use of services, and integration.
  3. Process Execution and Control: This is the phase, where the process participants execute the various activities of the process.
  4. Process Monitoring and Optimization: In this phase, process owners monitor the KPIs of the process. Process analysts, process owners,process supervisors, and key users examine the process and analyze the process execution metrics.

 

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

Recent Posts

Large Language Models (LLMs): Four Critical Modeling Stages

Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…

2 weeks ago

Agentic Workflow Design Patterns Explained with Examples

As Large Language Models (LLMs) evolve into autonomous agents, understanding agentic workflow design patterns has…

2 weeks ago

What is Data Strategy?

In today's data-driven business landscape, organizations are constantly seeking ways to harness the power of…

3 weeks ago

Mathematics Topics for Machine Learning Beginners

In this blog, you would get to know the essential mathematical topics you need to…

2 months ago

Questions to Ask When Thinking Like a Product Leader

This blog represents a list of questions you can ask when thinking like a product…

2 months ago

Three Approaches to Creating AI Agents: Code Examples

AI agents are autonomous systems combining three core components: a reasoning engine (powered by LLM),…

2 months ago