Class: Temporalio::Worker::PatchActivationInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::PatchActivationInput
- Defined in:
- lib/temporalio/worker.rb
Overview
Input for the experimental patch_activation_callback: worker option.
Instance Attribute Summary collapse
-
#patch_id ⇒ String
readonly
Patch ID passed to Temporalio::Workflow.patched.
-
#workflow_info ⇒ Workflow::Info
readonly
Information about the workflow execution calling Temporalio::Workflow.patched.
Instance Attribute Details
#patch_id ⇒ String (readonly)
Returns Patch ID passed to Temporalio::Workflow.patched.
37 38 39 40 |
# File 'lib/temporalio/worker.rb', line 37 PatchActivationInput = Data.define( :workflow_info, :patch_id ) |
#workflow_info ⇒ Workflow::Info (readonly)
Returns Information about the workflow execution calling Temporalio::Workflow.patched.
37 38 39 40 |
# File 'lib/temporalio/worker.rb', line 37 PatchActivationInput = Data.define( :workflow_info, :patch_id ) |