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

Processing Rules for Events

Processing Rules for Events

An alarm event occur only once, unless it is modified by a
repeat every
attribute.
A message event can occur multiple times. For example, while an order is being processed inside a scope, changes for the order can be accepted via a message event.
Multiple message and alarm events can occur concurrently. If your process contains two concurrent scopes with shared variables and event handlers, be sure to enable
isolated
for the scopes. Enabling this ensures consistent access to shared variables.

0 COMMENTS

We’d like to hear from you!