Class: Temporalio::Worker::PatchActivationInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/worker.rb

Overview

Input for the experimental patch_activation_callback: worker option.

Instance Attribute Summary collapse

Instance Attribute Details

#patch_idString (readonly)

Returns Patch ID passed to Temporalio::Workflow.patched.

Returns:



37
38
39
40
# File 'lib/temporalio/worker.rb', line 37

PatchActivationInput = Data.define(
  :workflow_info,
  :patch_id
)

#workflow_infoWorkflow::Info (readonly)

Returns Information about the workflow execution calling Temporalio::Workflow.patched.

Returns:



37
38
39
40
# File 'lib/temporalio/worker.rb', line 37

PatchActivationInput = Data.define(
  :workflow_info,
  :patch_id
)