Most ingestion workflows can rely on built-in processors. When you need bespoke logic, Clinia is introducing custom processors so you can codify organization-specific rules without leaving the managed pipeline runtime.Documentation Index
Fetch the complete documentation index at: https://docs.clinia.com/llms.txt
Use this file to discover all available pages before exploring further.
Clinia Function
Coming soon
Coming soon
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.