type
TaskContext
type TaskContext = core.TaskContextCancellation, task identity, attempt number, and application access for one handler.
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.