Temporal Rules
Durable workflow orchestration commands. Manage workflows, activities, namespaces, and task queues from the CLI.
3 rules
Temporal Retry Policy Standards
Intermediate
Define retry policy standards for Temporal activities — backoff configuration, maximum attempts, non-retryable errors, and retry budget management for resilient workflows.
globs: **/workflows/**, **/activities/**
retry-policy, backoff, error-handling, resilience
View Rule
Temporal Timeout Configuration Standards
Intermediate
Enforce proper timeout settings for Temporal workflows and activities — execution timeouts, start-to-close timeouts, heartbeat timeouts, and schedule-to-close timeouts for reliable execution.
globs: **/workflows/**, **/activities/**
timeouts, configuration, heartbeat, reliability
View Rule
Temporal Workflow Determinism Rules
Intermediate
Enforce deterministic workflow code in Temporal — no I/O in workflows, no random values, no current time access, no threading, and proper use of Temporal's deterministic APIs.
globs: **/workflows/**, **/workflow.ts, **/workflow.go
determinism, replay, workflows, non-deterministic
View Rule