Implementing routers

Router activities are used to declaratively route control to activities, based on logic specified in an EL expression. They are used to branch to multiple control flows leading from it, to different activities.

Each router case contains the elements Expression and Outcome. They are used to choose the activity to which control is next routed:

  • Expression: This is an EL expression evaluating to either true or false. The first expression that evaluates to true is used to determine the corresponding outcome.
  • Outcome: This is a value returned by the router activity if the EL expression evaluates to true.

How to do it...

In this section, you will cover how to implement declarative route control, as follows:

  1. In JDeveloper, go to EnterQuoteDetailsUI ...

Get Oracle BPM Suite 11g Developer's Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.