For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configure scripts

Element
Title
Details

[A]

Name

The name of the script.

[B]

Script language

Indicates in which language the script is written (e.g. SQL, Python).

[C]

Grid

Select the intervals at which the script should be executed. ↗ More information

[D]

Delay

Select how long the execution of the script should be delayed. ↗ More information

[E]

Schedule

Select whether the script should always be executed or only at certain times.

[F]

Description

A description of the script.

[G]

General Configuration

If disabled, the configuration is hidden and the code window is displayed larger.

[H]

Delete

Removes the script. WARNING! This action cannot be undone.

[I]

Enable/Disable

Turns the script on or off without deleting it.

[J]

Code editor

Area for creating and editing the script.

[K]

Save

Saves the script with the changes made.

Grid

Using the grid, specify the time interval at which the script should run. The following values are available:

Element
Title

M1

Script is executed every minute

M5

Script is executed every 5 minutes

M10

Script is executed every 10 minutes

M15

Script is executed every 15 minutes

M30

Script is executed every 30 minutes

H1

Script is executed every hour

H2

Script is executed every 2 hours

H4

Script is executed every 4 hours

H8

Script is executed every 8 hours

H12

Script is executed every 12 hours

Day

Script is executed every 24 hours at 00:00

week

Script is executed once a week

month

Script is executed once a month

Quarter

Script is executed once per quarter

Year

Script is executed once a year

Decade

Script is executed once every 10 years

Century

Script is executed once every 100 years

Event triggered

Script can be executed in the ↗ rule chains .

Delay

Using the delay, you can further specify the time at which the script is executed. The execution of the script is delayed by the value (in seconds) entered in this field.

Example: For a script, the grid "Day" and a delay of "60" were selected. The corresponding script will be executed daily at 00:01.

Was this helpful?