IBM BPM, V8.0.1, All platforms > Get started with IBM BPM > Key concepts > BPEL processes and human tasks > BPEL processes overview > Process templates

BPEL process types

BPEL processes can be either long-running or microflows.


Long-running processes

A long-running BPEL process is interruptible, and each step of the process can run in its own physical transaction. Long-running BPEL processes can wait for external stimuli. Examples of external stimuli are events that are sent by another business process in a business-to-business interaction, responses to asynchronous invocations, or the completion of a human task.

A long-running process has the following characteristics:


Microflows

A microflow runs in one physical thread from start to finish without interruption. Microflows are sometimes referred to as non-interruptible BPEL processes. Microflows can have different transactional capabilities. A microflow participates in the unit of work that can be either a global transaction or an activity session.

A microflow has the following characteristics:

Process templates


Related concepts:
Factors affecting BPEL process interactions
Transactional behavior of BPEL processes