Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

BPEL Process Definition Elements

BPEL Process Definition Elements

The main sections of a Business Process Execution Language (BPEL) definition are shown in the following code sample.
<process> <!-- Definition of roles of process participants --> <partnerLinks> ... </partnerLinks> <!-- Data and state variables used within the process --> <variables> ... </variables> <!-- Correlation comment --> <correlationSets> ... </correlationSets> <!-- Exception management --> <faultHandlers> ... </faultHandlers> <!-- Message and timeout event handler --> <eventHandlers> ... </eventHandlers> <!-- Processing steps --> activities* </process>

0 COMMENTS

We’d like to hear from you!