Static
See also: Static rule
Within the Behaviour type Static, the configuration setting by ON/OFF switch statically defines whether the Actions on 'true' or the Actions on 'false' should be executed.
If input data is available, it is passed to the respective actions as $input.
Within the Behaviour type Static, the ON/OFF-switch statically defines whether the Actions on 'true' or the Actions on 'false' should be executed.
If input data is available, it will be passed as $input to the respective actions.
A typical situation is the use of the Static behaviour in a behaviour for a Button in connection with the triggering event Click, provided that the actions are executed 'unconditionally' and no other behaviour is required to provide data for the execution of the actions.
Example
A form should be closed by clicking on a Button.
|
A behaviour as illustrated on the left is configured for the Button in question:
|