Setting the Business Flow Instance Name in a BPEL Process

A business flow instance corresponds to an end-to-end business transaction. Business flows consist of a single SOA composite application or multiple SOA composite applications connected together to fulfill a specific business process.

To set the business flow instance name in a BPEL process:

  1. Use the Java BPEL exec extension bpelx:exec. This extension includes the built-in method setFlowInstanceTitle(String title)for setting the business flow instance name.

    For more information about business flow instances, see Chapter "Tracking Business Flow Instances" of Administering Oracle SOA Suite and Oracle Business Process Management Suite.