Time for action – executing <forEach> in parallel

To change our example to execute the <forEach> loop in parallel, we need to do the following:

  1. Double-click the <forEach> activity in the BookOrderForEach BPEL process. The Edit For Each dialog window will appear.
  2. Check the Parallel Execution checkbox:
    Time for action – executing <forEach> in parallel

What just happened?

We have modified our BookOrderForEach BPEL process to execute the <forEach> loop in parallel. This results in the following declaration in the source code:

What just happened?

The <forEach> loop will now execute in parallel. You can observe this in the audit trail on the process server.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset