Realizes a counter to count elements or control loops. Number of iterations set at run-time.
Counts the number of arriving tokens. Number of iterations set as instance parameter.
Detects if any of the two flows are crossed.
Allows to delay an object flow to split up an activity step.
Filter that passes only a single token.
Buffers elements between a producer and a consumer process.
Buffers elements between a producer and a consumer process. In this variant, the consumer has to notify its readiness before items are offered to it.
Monitors if the arrival of an event happens within a certain time. Duration is given as instance parameter.
Monitors if the arrival of an event happens within a certain time. Duration is given through parameter at startup.
Monitors if the arrival of an event happens within a certain time. This version will wait until the event arrives before terminating.
Timer that can be switched off.
Periodic timer ticking. Duration determined by instance parameter.
Periodic timer ticking. Duration determined at run-time by starting pin.
Timer with a random duration that can be switched off.
Filter block to enable or disable a single flow.