.. _reactionDoc: .. index:: single: reaction ============== Reaction Block ============== :: reaction Reaction { output: onExecution: terminateWhen: onTermination: internalBlock: streams: meta: } :: Reaction () >> Output; :: trigger Trigger {} Trigger >> eaction () >> Output; :: switch Switch { default: off } # Triggers on rising edge Switch >> eaction () >> Output;