Version Date Notes By
1.0 2020-09-11 Initial release ROB

Intro

Link events work like signal events except the broadcast can only be listened from inside the process. This event is used to break up very large processes into more manageable chunks.

Intermediate link catch

This event will halt execution of a token process instance at its position until a link with matching identifier is received

Intermediate link throw

This event will broadcast a link with matching identifier whenever a token process instance passes through it (does not halt execution).