FEEL Data Types

Этот раздел перенесён из документации Camunda 7 и в дальнейшем будет доработан с учётом особенностей OpenBPM Engine

[NOTE, caption=Осторожно!]: This page provides information on the legacy FEEL Engine, that was used before the current <a href="Движок FEEL">Scala-based FEEL Engine</a> was integrated into Camunda 7.

The Camunda DMN engine supports the following FEEL data types.

String

String

FEEL supports Strings. They must be encapsulated in double quotes. They support only the equal [comparison] operator.

Numeric Types

Integer

FEEL supports numeric types like integer. In the Camunda DMN engine the following numeric types are available:

  • integer

  • long

  • double

Numeric types support all [comparison] operators and [ranges].

Boolean

Boolean

FEEL supports the boolean value true and false. The boolean type only supports the equal [comparison] operator.

Date

Date

FEEL supports date types. In the Camunda DMN engine the following date types are available:

  • date and time

To create a date and time value, the function date and time has to be used with a single String parameter. The parameter specifies the date and time in the format yyyy-MM-dd’T’HH:mm:ss.

Date types support all [comparison] operators and [ranges].

Лицензия и атрибуция

Эта документация была создана на базе материала "Camunda 7 Docs" от Camunda, находится под лицензией Creative Commons Attribution-ShareAlike 3.0 Unported License .

Оригинал документации: https://docs.camunda.org