-
Notifications
You must be signed in to change notification settings - Fork 0
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:
- Process A, which sends a message with some content described in a process variable and waits to receive a response message.
- Process B, that waits for a message and responds to sender with another message
- 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.