The name of the activity function being executed
The arguments passed to the activity
Optional metadata provided via proxyActivities({ headers })
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.