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.

images/download/attachments/189432275/image-2024-10-1_15-47-36-version-1-modificationdate-1727790456808-api-v2.png

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.

images/download/attachments/189432275/image-2024-10-1_15-50-0-version-1-modificationdate-1727790600376-api-v2.png

A behaviour as illustrated on the left is configured for the Button in question:

  • The behaviour type reacts to the triggering event Click.


  • For the Behaviour type Static, the standard switch position 'True' (ON) is maintained.


  • The Request close action is executed under the Actions on 'false'.