Join

This is used to join two streams on some condition. It selects some attributes from this stream "iatr" and few from the joining stream "rstm", it also may compute few attributes using "catr" and then send the combined data to the output stream (third one). It the process it may also notify as required
Let's look at this. It's trying to join two stream, this (s1) and s2 and sending the output to stream s3. Output is union of set "iatr" and "ratr" (a, b, c, d, j1, j2, j3). The "jqry" is as defined here for more information.
Please note "notf" key, it says once joined send notification using notif id 123. The notification can be sent for filter as well. Please see notificaton for more info.