Clinia Function
Work in progress
Work in progress
Clinia Function will let you execute server-side JavaScript in the pipeline. Documentation will cover deployment, versioning, and debugging once the feature enters early access.
- Normalizing proprietary identifiers or payloads that do not fit standard processors.
- Calling internal services to enrich data with proprietary scores.
- Applying business rules that depend on confidential logic.
Design guidelines
- Validate first — Use Schema Validators before custom logic to fail fast on malformed data.
- Keep transformations deterministic — Pipelines should remain idempotent so retries are safe.
- Log for observability — Surface enough metadata in receipts to trace custom behavior without exposing confidential logic.