Audit, scaling, and reliability

Production controls, continued

Audit, scaling, and reliability

Workflow state persists outside the model, and every case carries a complete audit record.

Audit record

Audit: identity, case, correlation ID, input reference, model version, task version, tool calls, rules, evidence, human action, and final disposition.

Scaling and reliability

  • Workflow state persists outside the model. Every case receives a correlation identifier.
  • Asynchronous workloads use idempotency keys, retries with bounded backoff, dead-letter queues, replay, and explicit terminal states.
  • Successful claim transactions remain on the deterministic path and avoid model calls.
  • Traffic spikes use queue-based buffering, horizontal scaling, backpressure, rate limits, and workload isolation.
  • Regional disruption uses client-defined recovery point and recovery time objectives, replicated durable state, backup, and tested recovery.

Slide 36 of 48: Audit, scaling, and reliability