The name of the activity function being executed
Optional metadata provided via proxyActivities({ argumentMetadata })
The arguments passed to the activity
The workflow ID of the parent workflow that dispatched this activity
The workflow topic of the parent workflow
Context available inside an executing activity function via
Durable.activity.getContext(). Populated by the activity worker usingactivityAsyncLocalStorage.