View last heartbeat in timed out activity

Hi, I have an activity that has timed out due to heartbeat. I’m wondering if there’s a way to view either a heartbeat history, or at least a way to see the last heartbeat emitted before timeout

The value of the last heartbeat should be returned as part of the timeout error. See last_heartbeat_details at temporalio.exceptions.TimeoutError

1 Like