Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>BPM Acid Test (from Essential Business Process Modeling by Michael Havey, published by O'Reilly).</p> <blockquote> <p>... BPM is suited only for applications with an essential sense of state or process - that is, applications that are process-oriented. An application passes the BPM acid test if it is legitimately process-oriented. The travel agency application, for example, passes the test because it is best understood in terms of state of the itinerary and is defined at all times by how far the itinerary has gotten. Other typical characteristics of a process-oriented application include the following:</p> <ul> <li>Long-running -</li> </ul> <p>From start to finish, the process spans hours, days, weeks, months, or more.</p> <ul> <li>Persisted state - </li> </ul> <p>Because the process is long-lived, its state is persisted to a database so that it outlasts the server hosting it</p> <ul> <li>Bursty, sleeps most of the time - </li> </ul> <p>The process spends most of its time asleep, waiting for the next triggering event to occur, at which point it wakes up and performs a flurry of activities.</p> <ul> <li>Orchestration of system or human communications -</li> </ul> <p>The process is responsible for managing and coordinating the communications of various system or human actors.</p> <p>... For example, in an automated teller machine, which lets users query their account balance, withdraw cash, deposit checks and cash, and pay bills - any sense of process is fleeting and inessential; an ATM is an online transaction processor, not a process-oriented application.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload