Home > Process Modeling and Simulation Concepts > Messages in Models

Messages in Models

A message is used to synchronize and pass information between two related processes or pools that execute separately. These are sometimes called messaging partners.

For example, if a Customer process places an order (transaction) with the Vendor process whose order ID is 123, the customer may later send a message to cancel order ID 123. This message does not cancel all orders; just ID 123.

A message can:

Info00002.bmp 

Optional message flow lines can visually indicate expected message flow, but do not carry information used by the simulator. The simulator reads data from the message properties on each activity.

If your process models a fault, the exception path can trigger a message sent to a messaging partner or another activity in the process.

Related Topics:

Example: Message Exchange Between Two Activities

Broadcast Messages

 

See Also

Define Messages dialog box