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. For latest updates and blogs, follow us on Twitter. 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. Check out my other blog, Revive-n-Thrive.com

Share
Published by
Ajitesh Kumar

Recent Posts

Autoencoder vs Variational Autoencoder (VAE): Differences

Last updated: 09th May, 2024 In the world of generative AI models, autoencoders (AE) and…

23 hours ago

Linear Regression T-test: Formula, Example

Last updated: 7th May, 2024 Linear regression is a popular statistical method used to model…

4 days ago

Feature Engineering in Machine Learning: Python Examples

Last updated: 3rd May, 2024 Have you ever wondered why some machine learning models perform…

1 week ago

Feature Selection vs Feature Extraction: Machine Learning

Last updated: 2nd May, 2024 The success of machine learning models often depends on the…

1 week ago

Model Selection by Evaluating Bias & Variance: Example

When working on a machine learning project, one of the key challenges faced by data…

1 week ago

Bias-Variance Trade-off in Machine Learning: Examples

Last updated: 1st May, 2024 The bias-variance trade-off is a fundamental concept in machine learning…

1 week ago