type

TaskContext

Cancellation, task identity, attempt number, and application access for one handler.

Source ridu.go:125

Contextcontext.Context
Carries the attempt timeout, lease loss, and shutdown cancellation.
IDstring
The durable task identity.
Attemptint
The current one-based execution attempt.
Local*LocalAPI
The same access, validation, hook, and transaction entry point used by HTTP and application code.

Tasks do not receive a privileged content path.