Code operators
PublicThe Code family contains 1 operator. Sandboxed user code execution.
Operators in this family
Section titled “Operators in this family”code.sandbox
Section titled “code.sandbox”Evaluates CEL expressions or JavaScript in a sandboxed environment.
Version 1.0.0 · Semantics passthrough · Idempotent
Config
Section titled “Config”| Field | Type | Required | Default | Description |
|---|---|---|---|---|
expressions | string[] | yes | — | Ordered expressions to evaluate. |
language | ”cel” | “javascript” | no | "cel" |
Input ports
Section titled “Input ports”| Port | Type | Required | Description |
|---|---|---|---|
input | any | yes | Input |
Output ports
Section titled “Output ports”| Port | Type | Required | Description |
|---|---|---|---|
output | any | no | Output |
Source schemas
Section titled “Source schemas”Every operator above is rendered from its JSON schema in /opt/glyph/schemas/operators/:
schemas/operators/code.sandbox.json