class Temporalio::Internal::Worker::WorkflowInstance::HandlerExecution

on workflow complete as needed.
Representation of a currently-executing handler. Used to track whether any handlers are still running and warn

def initialize(

def initialize(
  name:,
  update_id:,
  unfinished_policy:
)
  @name = name
  @update_id = update_id
  @unfinished_policy = unfinished_policy
end