0 votes
804 views
in Integration Designer by (30.6k points)

1 Answer

0 votes
by (30.6k points)

Straight-through processing (STP) means a transaction runs from start to end without human intervention - every step is a system interaction (validate, enrich, call back ends, decide with rules, update, notify), and humans only see the exceptions that fall out. Payments, order confirmations, policy renewals and claims below a threshold are typical.

Why BPEL (BAW Advanced / WPS) fits STP better than a BPD:

  • Transactions and compensation: BPEL scopes can be transactional (short-running microflows run in one unit of work) and support compensation handlers to undo completed steps when a later one fails - a BPD has no compensation.
  • Throughput: microflows run in memory without persisting after each step; BPDs persist the execution context at every activity (designed for human waits), which costs a database write per step.
  • Typed, WSDL-based interfaces: BPEL is built on SCA / WSDL / XSD, integrating naturally with adapters, JMS and web services; correlation sets, event handlers and fault handling are first-class.
  • Parallelism and dynamic loops (flow, forEach) map to system work; timers and waits exist for the long-running variants.

Why not only BPEL: the moment a person is needed (exception handling, approvals), BPDs give you tasks, teams, portal, coaches and the business-readable model. The classic split is: BPD orchestrates the business case and handles the exception paths; BPEL / mediation modules do the STP core, invoked as Advanced Integration Services (synchronous for microflows, delayed response for long-running - question 1025). On CP4BA (no BPEL) the STP core moves to App Connect Enterprise flows or to service flows with idempotent REST steps, and the BPD stays the exception handler.

References

Related questions

0 votes
1 answer 1.4k views
0 votes
1 answer 1.1k views
0 votes
2 answers 2.4k views
+1 vote
1 answer 2.7k views
0 votes
1 answer 651 views
0 votes
1 answer 1.3k views
0 votes
1 answer 1.1k views
+1 vote
1 answer 1.2k views
0 votes
1 answer 717 views
0 votes
1 answer 1.5k views
+1 vote
1 answer 1.6k views
0 votes
1 answer 1.9k views

723 questions

807 answers

98 comments

4.9k users

Join BPM Community Discord Channel

Welcome to BPM Tips Q&A, Community wiki/forum where you can ask questions and receive answers from other IBM BPM experts and members of the community. Users with 2000 points will automatically be promoted to expert level.
Created by Dosvak LLC
Our Youtube Channel
...