Keywords

All the keywords are case sensitive. The language keywords are always in lower-case and the data keywords are always in upper-case.

Keyword

Context

Description

Keyword

Context

Description

workflow

language



on error

language



event

language



break

language

Exists the current block, all subsequent statements in the block are skipped. If the block is also an iteration, the iteration is stopped.

continue

language

Exists the current block, all subsequent statements in the block are skipped. If the block is also an iteration, the iteration will continue with the next element.

var

language



if

language



else

language



foreach

language



while

language



in

language



and

language



or

language



null

language



function

language



method

language



isolated

language



atomic

language



alias

language



as

language



return

language



type

language



import

language



of

language



QUERY

data



ONE

data



ENTITY

data



CREATE

data



CHILD

data



GET

data



ORIGINAL

data



DELETE

data



PUT

data