The activity-internal API surface, exposed as Durable.activity. Methods
on this class are designed to be called inside an activity function —
they read from the activity's AsyncLocalStorage context that is populated
by the activity worker before invoking the user's function.
The activity-internal API surface, exposed as
Durable.activity. Methods on this class are designed to be called inside an activity function — they read from the activity'sAsyncLocalStoragecontext that is populated by the activity worker before invoking the user's function.Usage