Context
Describe what your workflow will send, and optionally declare fields:
If you declare no field, any payload is accepted as is: an object, a string, or an array.
Route
Picks one option among 2 to 255. Each option has a key, returned to your workflow, and a description the engine evaluates.choice, probabilities (one per option, summing to 1) and confidence.
Score
Returns a 0–100 score over 2 to 10 ordered levels you describe, from lowest to highest.raw_score is the weighted position on the level scale (for example 2.4), score is that position remapped to 0–100, and legend maps level indexes to their labels.
Classify
Returns every label whose probability reaches its threshold — several at once, or none. Each label has a key, a description and an optional threshold (default 0.5, adjustable per decision).labels (the retained keys) and probabilities (one per label, independent of each other).
Behavior settings
These apply to every version of the decision and take effect immediately:- Confidence threshold (default 0.70) and uncertainty policy — see confidence.
- Engine: Jev with automatic LLM fallback (default), Jev only, or LLM only.
- PII detection in free text: off, standard or strict.
- Engine timeout (default 3 000 ms).