Skip to main content

Data Types

This page provides an overview of the data types that are used.

General

Boolean

A boolean value can be true or false.

String

A string value is a text that can contain letters, numbers and special characters.

GUID

A GUID value is a universally unique identifier (UUID). It has exactly 36 characters.
Example: 53c82642-3e1c-42a0-9b32-0a176cbae254

Numbers

The different number types.

Decimal

A decimal value can be a negative or positive number with a decimal point.
(Represents a decimal floating-point number.)
Min value: -79’228’162’514’264’337’593’543’950’335.0
Max value: 79’228’162’514’264’337’593’543’950’335.0

Integer

An integer value can be a negative or positive number.
(Represents a 64-bit unsigned integer.)
Min value: -2’147’483’648
Max value: 2’147’483’647

UInt16

A UInt16 value can be a positive number.
(Represents a 16-bit unsigned integer.)
Min value: 0
Max value: 65’535

Enums

An enum is a list of constant values.

gRPC Connection

Display NameText ValueNumber ValueDescription
InsecureInsecure0Represents Insecure.
Secure SSLSecureSsl1Represents SecureSsl.

Log Level

Display NameText ValueNumber Value
TraceTrace0
DebugDebug1
InfoInfo2
WarnWarn3
ErrorError4
FatalFatal5
OffOff6

Operand

Display NameText ValueNumber Value
equals (=)Equal2
not equal (≠)NotEqual5
lesser than (<)LesserThan0
absolute lesser than (<)AbsoluteLesserThan8
lesser than or equal (≤)LesserThanOrEqual1
greater than (>)GreaterThan4
absolute greater than (>)AbsoluteGreaterThan9
greater than or equal (≥)GreaterThanOrEqual3
containsContains6
does not containNotContains7
starts withStartsWith10
ends withEndsWith11
regexRegex13
emptyEmpty15
empty or whitespaceEmptyOrWhitespace14
is trueIsTrue16
anyAny12

Placeholder Type

Display NameText ValueNumber ValueDescription
NoneNone0Placeholder type is not set.
SystemSystem1System placeholders are functions that support additional configuration.
StaticStatic2Static placeholders can be created manually.
If a static placeholder is changed manually, the new value is available after a few seconds. An "Apply Config" is not required.
DynamicDynamic4Dynamic placeholders can be created manually.
As an extension of static placeholders, dynamic placeholders can be updated with the Placeholder Updater action.
ItemItem8Item placeholders grant access to item data.

Status

Display NameText ValueNumber Value
UnknownUnknown0
OffOff1
OnOn2
FailedFailed3
InitializedInitialized4
Not InitializedNotInitialized5
Initialization failedInitializationFailed6
DisabledDisabled7
PausedPaused8
LockedLocked9
ConnectingConnecting100
ConnectedConnected101
Connection failedConnectionFailed102
TimeoutTimeout103
DisconnectingDisconnecting104
DisconnectedDisconnected105
Not executedNotExecuted300
Execution successfulExecutionSuccessful301
Execution failedExecutionFailed302
Partially executedPartiallyExecuted303