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

Rules for Declaring and Using Correlation Sets

Rules for Declaring and Using Correlation Sets

Here are some rules for declaring and using correlation sets:
  • A correlation set is declared within a scope, similar to a variable declaration. You can declare both global and local correlation sets.
  • You can hide a correlation set in an outer scope by declaring a correlation set with an identical name in an inner scope. If you declare the correlation set locally for a scope, it is applicable only to the activities in the scope.
  • A correlation set can be initiated only once during the lifetime of the scope it belongs to.
  • A correlation set must be initiated.
  • After a correlation set is initiated, the values of the properties for a correlation set must be identical for all messages in all operations in the scope.

0 COMMENTS

We’d like to hear from you!