Skip to content

Tutorial 1 Basic Messaging

Jakob Mass edited this page Apr 2, 2020 · 1 revision

This example is found in the folder tutorial1_basic_messaging

This example includes 2 processes:

  1. Process A, which sends a message with some content described in a process variable and waits to receive a response message.
  2. Process B, that waits for a message and responds to sender with another message
    1. Note that B uses a dynamic process variable as the recipient address for the the response message

Both processes are started from the ONE configuration file.

Clone this wiki locally