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

Agentic Reasoning Design Patterns in AI: Examples

In recent years, artificial intelligence (AI) has evolved to include more sophisticated and capable agents,…

1 month ago

LLMs for Adaptive Learning & Personalized Education

Adaptive learning helps in tailoring learning experiences to fit the unique needs of each student.…

1 month ago

Sparse Mixture of Experts (MoE) Models: Examples

With the increasing demand for more powerful machine learning (ML) systems that can handle diverse…

2 months ago

Anxiety Disorder Detection & Machine Learning Techniques

Anxiety is a common mental health condition that affects millions of people around the world.…

2 months ago

Confounder Features & Machine Learning Models: Examples

In machine learning, confounder features or variables can significantly affect the accuracy and validity of…

2 months ago

Credit Card Fraud Detection & Machine Learning

Last updated: 26 Sept, 2024 Credit card fraud detection is a major concern for credit…

2 months ago