Announcement: New Design for docs.informatica.com!
We have updated the look and feel of docs.informatica.com. To load the latest design, press CTRL-F5 to clear the pages you previously cached on our site, or simply restart your browser.
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.