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

Property Aliases

Property Aliases

Properties can exist in WSDL messages, schema elements, and schema types. The property alias specifies the message part or query.
For example, a purchase ordering process might have an
OrderId
. property. Messages can store the value of
OrderId
in different parts with different names. A property alias identifies the part. A specific process instance is identified by a unique
OrderId
such that no two processes will ever have the same value for
OrderId
. This ensures that when a message arrives, it is dispatched to the correct process instance.
The following illustration shows how a message property alias is mapped to a property name. The property name is mapped to a correlation set. You can create as many correlation sets as you need.
For more information, see:

0 COMMENTS

We’d like to hear from you!