Class: Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::Workflow
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::Workflow
- Defined in:
- lib/temporalio/worker/tuner.rb
Overview
Information about a workflow slot.
Instance Attribute Summary collapse
-
#sticky? ⇒ Boolean
Whether the slot was for a sticky task.
-
#workflow_type ⇒ String
Workflow type.
Instance Attribute Details
#sticky? ⇒ Boolean
Returns Whether the slot was for a sticky task.
197 |
# File 'lib/temporalio/worker/tuner.rb', line 197 Workflow = Data.define(:workflow_type, :sticky?) |
#workflow_type ⇒ String
Returns Workflow type.
197 |
# File 'lib/temporalio/worker/tuner.rb', line 197 Workflow = Data.define(:workflow_type, :sticky?) |