PII Guardrails for LLM Tasks
LLM tasks now support inputGuardrail and outputGuardrail; pre- and post-call hooks that scrub or validate text going into or out of the task without adding a separate workflow step. Guardrails can run inline as a JavaScript expression, call an external HTTP service, or trigger a registered workflow, with a configurable failure mode (FAIL or WARN) so a broken guardrail never silently lets unredacted content through. Each guardrail invocation runs as its own auditable sub-workflow execution.
Audit logs for tracking configuration changes
Orkes Conductor now provides audit logs that record who changed what and when across a cluster's resources. Each entry can be compared against the resource's previous state, making it easier to investigate unexpected changes and support compliance reviews. Viewing audit logs requires administrator access.