class Temporalio::Internal::Worker::MultiRunner::Event::WorkflowActivationDecoded

def initialize(workflow_worker:, activation:) # rubocop:disable Lint/MissingSuper

rubocop:disable Lint/MissingSuper
def initialize(workflow_worker:, activation:) # rubocop:disable Lint/MissingSuper
  @workflow_worker = workflow_worker
  @activation = activation
end