BPEL: Good for Business

By By Devesh Sharma and John Deeb, Oracle Corp.

July 10, 2006

Describing how a company runs its business usually involves describing its business processes. Such processes may include managing supply chains, product lifecycles, customer lifecycles, human resources, and accounting and finance. These processes often represent a company's intellectual property, competitive differentiators, and major innovations. As business conditions change, these processes need to be changed as well.  To be better positioned for success, companies need to quickly leverage these process changes, which includes changing the underlying IT systems.

Let us look at a typical business process lifecycle. Business processes are usually defined by subject matter experts, who are also known as business analysts. Besides documenting processes — either for compliance reasons or to identify ways to improve them — business analysts collaborate with IT to bring process concepts from the drawing table to fruition as products, applications or services.

Traditionally, analysts have used visual tools to model, capture and represent business processes. They typically create these business process diagrams at multiple levels of detail to accurately reflect the business requirements. The IT development team then takes the diagrams and either implements the business logic in procedural code, or redraws the business processes in a business process management and workflow tool. In the process of doing so, the original diagrams quickly get out of sync and irrelevant: that's because implementing a business process requires much deeper understanding and greater detail than what's usually provided by the business process modeling tools. Hence, the implementation ends up only slightly resembling the business analyst's high-level diagrams. As a result, changing and maintaining systems is an extremely difficult and expensive task. To address this problem, CIOs are now focusing on making business process diagrams more meaningful and useful for both business analysts and developers.

Different Ways to Implement Business Processes

There are many ways to implement business processes including using packaged applications. In a code-based approach, the business process is captured as a diagram or process graph in a process modeling tool. Although the analyst creates the high-level process model, the model doesn't map directly to an executable process model, so the programmer must implement the processes based on his understanding of the process model. Processes developed this way are hard to develop and are more error-prone due to the disconnect between the high-level model and the executable process. Further, systems built this way are difficult to change because you must rewrite code to make changes, rather than change a model. It's also hard to get performance metrics at the business level, such as the length of time it takes to provision a DSL line — and without metrics, business people can't get an accurate picture of the state of the business. In addition, changing business policies isn't easy: since policies are hard-coded in application logic, it's impossible to make automated changes.

The alternative to the code-based approach is a model-driven solution that uses BPM systems and Business Process Execution Language (BPEL) technology. The significant increase in the support for BPEL, an industry standard that represents and executes these business processes, bodes well for business. By abstracting the flow logic from the code, BPEL provides a much more business-aligned view of the world. Also, because BPEL uses XML notation, abstracting across tools and technologies is a lot easier. This paves the way for a single, unified metadata approach to representing business processes.

Following the success of BPEL is another standard called Business Process Modeling Notation (BPMN). This specification provides a notation that all business users can easily understand — from the business analysts who initially draft the processes to the application developers who implement those processes. BPMN can also nicely map to BPEL, making it a great candidate to bridge the gap between the business process design and process implementation.

With BPEL and BPMN, a business analyst can use a process modeling tool and build the process using BPMN. BPMN-to-BPEL generation guidelines are well defined. The BPMN process model can automatically generate a BPEL outline along with metadata relating to business rules, process monitoring points, and workflows. You can then manipulate this business flow outline — or at least the BPEL process — in a BPEL-compliant SOA/process development tool to further define and implement the process.

The intermediate logical layer is key here: it captures the process, rules, and workflow logic in metadata, and brings together the analysts who design the processes, the developers who build systems that implement those processes, and the managers who must understand and review process diagrams. It also greatly simplifies communication between analysts and developers, and helps them collaborate more effectively. The layer also forms the basis for a seamless visual modeling experience, from process design through implementation.

The Right Level of Abstraction

It's impractical to think that business analysts will work with the same tools and development environment as the developers implementing the business process. They see the same process differently: the analyst is thinking about flow, cost of resources, and impact analysis, while the developer is thinking about service bindings, partner links, WSDLs, transformation, and exception handling. However, both viewpoints can be represented as a single set of metadata. Figure 1 shows how you can link the business process model (conceptual) to an executable process model (physical design) using an intermediate layer namely the logical design.

Figure 1

Figure 1: BPM Design Model

You can generate a logical design from the business process model by transforming activities to their corresponding artifacts. The logical design consists of a business flow outline (such as BPEL, workflow, logical data objects, or business rules outline), which is a higher-level view of the implementation artifacts. The logical design uses shared metadata that makes sense to all key actors involved in the application lifecycle including the business analyst, the application architect and the developer.

The fundamental tenet of this approach is to abstract the activities and notations defined by the business user in BPMN and provide the necessary tools to map those abstract activities to specific BPEL constructs. BPMN objects have a rich set of attributes that make them easy to map to BPEL. The skeletal BPEL process output from the process modeling tool generally consists of details such as process steps, decision points and participants. Further enrichment is required, including binding to heterogeneous systems, supporting synchronous and asynchronous message exchange patterns, transforming data and schema, coordinating activity flow, managing exceptions, handling non-deterministic events, defining compensating transactions, and managing version control. BPEL provides a rich and yet simple abstraction for addressing these requirements by adding implementation details on top of the BPMN model. The two can thus be used together to bridge the gap between the analyst and the developer.

Example: A Loan Application Flow

Consider the following example of a loan flow process deployed at a loan broker. The broker accepts a request from a client, performs a credit check with an external service, and routes the application to two loan agencies. After receiving two offers, the better offer is selected and the customer is notified. We'll show how you can automate this business process with available solutions based on SOA and Web services principles using BPMN and BPEL.  

In our example, the business analyst has worked with the company's business teams (such as marketing, product, and corporate) to create the basic requirements for the loan flow business process. Instead of defining these in a static diagram, the analyst can use an out-of-the-box visually rich tool to define business processes using BPMN notation. By using a model-driven approach to build a flow, the task is simple and intuitive; however, the BPMN specification also supports complex business processes. Figure 2 describes the BPMN representation of the loan flow process.

Figure 2

Figure 2: The loan flow process in a business process modeling tool using BPMN

Once the business analyst is satisfied with the higher-level representation of the business process, he could generate a partial logical design out of it (i.e. outline views of the execution artifacts like BPEL, human tasks and rules, etc.). The partial logical design is then extended using the implementation tool by the developer or the application architect. The logical view helps you design better processes because this is still an abstract view and you do not need to specify implementation details as shown in figure 3.

Figure 3

Figure 3: The loan flow process using the logical view in the implementation tool

The abstract nodes let you provide an abstraction between the activities and the implementation. This is the beauty of the approach: specializing a node (for example, making the Get Credit Rating a invocation) doesn't affect the logical view. The developer understands that this must be implemented as a PartnerLink in BPEL and binds it to the WSDL provided by the service (as shown in figure 4), but the analyst doesn't see this level of detail. The logical view doesn't show the underlying implementation details; these often change and shouldn't affect the overall representation of the business process. However, if the developer changes the process flow, the analyst can see the changes by inspecting the metadata in the logical layer — without seeing the details that don't concern him.

Figure 4

Figure 4: Implementation view

Because you're operating from the same metadata, you can create a new set of activities in the Implementation view as shown in figure 5. The developer can set properties in the Implementation view such that these activities can be made visible in the logical view or the business analyst view.

Figure 5

Figure 5: Adding activities in the Implementation view

Keeping Model and Code in Sync

One problem with business analysis tools that are tied to code generation tools is that developers typically take what's produced from these tools and change it during implementation. This means the business analyst's view of the business process is in fact not what the developer ends up implementing. The process model and the implementation become out of sync, which means that there is no single common and accurate definition of business processes that developers and business analysts can share.

Using the above approach, the logical layer is the single source of truth that captures both the high-level process and references to the implementation details. This eliminates the need to manually sync the process model and the implementation. It's also much easier to make changes since the model that the business analyst sees is identical to the model that was implemented.

Summary

The idea that business analysts and developers will work collaboratively in the future isn't a new one. However, the advent of standards such as BPEL and BPMN has helped make such a collaboration happen. The key is to recognize the difference between the two perspectives — business and IT — and treat it as such. For example, many activities in a business process don't even have corresponding execution artifacts — they're purely manual tasks. Software vendors still have a lot of work to do in order to bridge this gap, and this calls for much collaboration in the industry. The approach we've suggested is to build on established standards such as BPEL and BPMN and introduce a shared metadata concept. This logical design layer acts as an intermediary between the high-level business model and the implementation model. The result is a reduced gap between business and IT, which lets everyone respond more quickly to changing business requirements and processes.

Key Business Benefits

  • Reduce time to market for deploying business processes that require tighter collaboration between business and IT.
  • Enable easier and more rapid change to business processes through synchronization of the business model with the execution model.
  • Gain visibility into in flight business process with added business context, and enable easier process optimization based on actual process statistics from the running business process.

Key Technical Benefits

  • Use unified metadata representation for analysis (conceptual) and implementation (physical) view.
  • Address the “round trip engineering” problem so that the business model remains in sync with the actual implemented processes.
  • Enable better collaboration with business and IT.

About Devesh Sharma and John Deeb

Devesh Sharma is a senior principal product manager for Oracle Fusion Middleware. His areas of focus include Business Process Management, SOA and Applications Integration. He is also driving Oracle's strategy for Process Modeling and Simulation tools.

John Deeb is a director of product management for Oracle Fusion Middleware. His areas of focus include enterprise integration, BPM and BAM.

Subscribe to HPCwire's Weekly Update!

Be the most informed person in the room! Stay ahead of the tech trends with industry updates delivered to you every week!

MLPerf Inference 4.0 Results Showcase GenAI; Nvidia Still Dominates

March 28, 2024

There were no startling surprises in the latest MLPerf Inference benchmark (4.0) results released yesterday. Two new workloads — Llama 2 and Stable Diffusion XL — were added to the benchmark suite as MLPerf continues Read more…

Q&A with Nvidia’s Chief of DGX Systems on the DGX-GB200 Rack-scale System

March 27, 2024

Pictures of Nvidia's new flagship mega-server, the DGX GB200, on the GTC show floor got favorable reactions on social media for the sheer amount of computing power it brings to artificial intelligence.  Nvidia's DGX Read more…

Call for Participation in Workshop on Potential NSF CISE Quantum Initiative

March 26, 2024

Editor’s Note: Next month there will be a workshop to discuss what a quantum initiative led by NSF’s Computer, Information Science and Engineering (CISE) directorate could entail. The details are posted below in a Ca Read more…

Waseda U. Researchers Reports New Quantum Algorithm for Speeding Optimization

March 25, 2024

Optimization problems cover a wide range of applications and are often cited as good candidates for quantum computing. However, the execution time for constrained combinatorial optimization applications on quantum device Read more…

NVLink: Faster Interconnects and Switches to Help Relieve Data Bottlenecks

March 25, 2024

Nvidia’s new Blackwell architecture may have stolen the show this week at the GPU Technology Conference in San Jose, California. But an emerging bottleneck at the network layer threatens to make bigger and brawnier pro Read more…

Who is David Blackwell?

March 22, 2024

During GTC24, co-founder and president of NVIDIA Jensen Huang unveiled the Blackwell GPU. This GPU itself is heavily optimized for AI work, boasting 192GB of HBM3E memory as well as the the ability to train 1 trillion pa Read more…

MLPerf Inference 4.0 Results Showcase GenAI; Nvidia Still Dominates

March 28, 2024

There were no startling surprises in the latest MLPerf Inference benchmark (4.0) results released yesterday. Two new workloads — Llama 2 and Stable Diffusion Read more…

Q&A with Nvidia’s Chief of DGX Systems on the DGX-GB200 Rack-scale System

March 27, 2024

Pictures of Nvidia's new flagship mega-server, the DGX GB200, on the GTC show floor got favorable reactions on social media for the sheer amount of computing po Read more…

NVLink: Faster Interconnects and Switches to Help Relieve Data Bottlenecks

March 25, 2024

Nvidia’s new Blackwell architecture may have stolen the show this week at the GPU Technology Conference in San Jose, California. But an emerging bottleneck at Read more…

Who is David Blackwell?

March 22, 2024

During GTC24, co-founder and president of NVIDIA Jensen Huang unveiled the Blackwell GPU. This GPU itself is heavily optimized for AI work, boasting 192GB of HB Read more…

Nvidia Looks to Accelerate GenAI Adoption with NIM

March 19, 2024

Today at the GPU Technology Conference, Nvidia launched a new offering aimed at helping customers quickly deploy their generative AI applications in a secure, s Read more…

The Generative AI Future Is Now, Nvidia’s Huang Says

March 19, 2024

We are in the early days of a transformative shift in how business gets done thanks to the advent of generative AI, according to Nvidia CEO and cofounder Jensen Read more…

Nvidia’s New Blackwell GPU Can Train AI Models with Trillions of Parameters

March 18, 2024

Nvidia's latest and fastest GPU, codenamed Blackwell, is here and will underpin the company's AI plans this year. The chip offers performance improvements from Read more…

Nvidia Showcases Quantum Cloud, Expanding Quantum Portfolio at GTC24

March 18, 2024

Nvidia’s barrage of quantum news at GTC24 this week includes new products, signature collaborations, and a new Nvidia Quantum Cloud for quantum developers. Wh Read more…

Alibaba Shuts Down its Quantum Computing Effort

November 30, 2023

In case you missed it, China’s e-commerce giant Alibaba has shut down its quantum computing research effort. It’s not entirely clear what drove the change. Read more…

Nvidia H100: Are 550,000 GPUs Enough for This Year?

August 17, 2023

The GPU Squeeze continues to place a premium on Nvidia H100 GPUs. In a recent Financial Times article, Nvidia reports that it expects to ship 550,000 of its lat Read more…

Shutterstock 1285747942

AMD’s Horsepower-packed MI300X GPU Beats Nvidia’s Upcoming H200

December 7, 2023

AMD and Nvidia are locked in an AI performance battle – much like the gaming GPU performance clash the companies have waged for decades. AMD has claimed it Read more…

DoD Takes a Long View of Quantum Computing

December 19, 2023

Given the large sums tied to expensive weapon systems – think $100-million-plus per F-35 fighter – it’s easy to forget the U.S. Department of Defense is a Read more…

Synopsys Eats Ansys: Does HPC Get Indigestion?

February 8, 2024

Recently, it was announced that Synopsys is buying HPC tool developer Ansys. Started in Pittsburgh, Pa., in 1970 as Swanson Analysis Systems, Inc. (SASI) by John Swanson (and eventually renamed), Ansys serves the CAE (Computer Aided Engineering)/multiphysics engineering simulation market. Read more…

Choosing the Right GPU for LLM Inference and Training

December 11, 2023

Accelerating the training and inference processes of deep learning models is crucial for unleashing their true potential and NVIDIA GPUs have emerged as a game- Read more…

Intel’s Server and PC Chip Development Will Blur After 2025

January 15, 2024

Intel's dealing with much more than chip rivals breathing down its neck; it is simultaneously integrating a bevy of new technologies such as chiplets, artificia Read more…

Baidu Exits Quantum, Closely Following Alibaba’s Earlier Move

January 5, 2024

Reuters reported this week that Baidu, China’s giant e-commerce and services provider, is exiting the quantum computing development arena. Reuters reported � Read more…

Leading Solution Providers

Contributors

Comparing NVIDIA A100 and NVIDIA L40S: Which GPU is Ideal for AI and Graphics-Intensive Workloads?

October 30, 2023

With long lead times for the NVIDIA H100 and A100 GPUs, many organizations are looking at the new NVIDIA L40S GPU, which it’s a new GPU optimized for AI and g Read more…

Shutterstock 1179408610

Google Addresses the Mysteries of Its Hypercomputer 

December 28, 2023

When Google launched its Hypercomputer earlier this month (December 2023), the first reaction was, "Say what?" It turns out that the Hypercomputer is Google's t Read more…

AMD MI3000A

How AMD May Get Across the CUDA Moat

October 5, 2023

When discussing GenAI, the term "GPU" almost always enters the conversation and the topic often moves toward performance and access. Interestingly, the word "GPU" is assumed to mean "Nvidia" products. (As an aside, the popular Nvidia hardware used in GenAI are not technically... Read more…

Shutterstock 1606064203

Meta’s Zuckerberg Puts Its AI Future in the Hands of 600,000 GPUs

January 25, 2024

In under two minutes, Meta's CEO, Mark Zuckerberg, laid out the company's AI plans, which included a plan to build an artificial intelligence system with the eq Read more…

Google Introduces ‘Hypercomputer’ to Its AI Infrastructure

December 11, 2023

Google ran out of monikers to describe its new AI system released on December 7. Supercomputer perhaps wasn't an apt description, so it settled on Hypercomputer Read more…

China Is All In on a RISC-V Future

January 8, 2024

The state of RISC-V in China was discussed in a recent report released by the Jamestown Foundation, a Washington, D.C.-based think tank. The report, entitled "E Read more…

Intel Won’t Have a Xeon Max Chip with New Emerald Rapids CPU

December 14, 2023

As expected, Intel officially announced its 5th generation Xeon server chips codenamed Emerald Rapids at an event in New York City, where the focus was really o Read more…

IBM Quantum Summit: Two New QPUs, Upgraded Qiskit, 10-year Roadmap and More

December 4, 2023

IBM kicks off its annual Quantum Summit today and will announce a broad range of advances including its much-anticipated 1121-qubit Condor QPU, a smaller 133-qu Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire