01
Activity Retries Timeouts
Evaluates Temporal's Activity Retries & Timeouts across 6 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Durable Execution & Workflow Orchestration eval coverage.
Mapped capabilities
6 scenarios
- RetryPolicy backoff tuning
- scheduleToClose vs startToClose
- heartbeatTimeout and RecordHeartbeat
Public sample case
- Input
- ActivityOptions RetryPolicy maximumAttempts=0 with backoffCoefficient=2 initialInterval=1s calling Stripe; finance sees unbounded retries overnight.
- Expected behavior
- Agent sets maximumAttempts (e.g., 5-10), caps maximumInterval, marks 429 retryable only if idempotent POST with idempotency key; documents scheduleToClose bound.
- Check
- Pass / fail check






