Closed
Description
Describe the bug
First found in Ruby at temporalio/sdk-ruby#279, we are accessing the current context in the outbound activity heartbeater to get the task token. We should not, because we allow heartbeating outside of context. So we should give the interceptor the task token another way.