Class: Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::Workflow

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

Overview

Information about a workflow slot.

Instance Attribute Summary collapse

Instance Attribute Details

#sticky?Boolean

Returns Whether the slot was for a sticky task.

Returns:

  • (Boolean)

    Whether the slot was for a sticky task.



197
# File 'lib/temporalio/worker/tuner.rb', line 197

Workflow = Data.define(:workflow_type, :sticky?)

#workflow_typeString

Returns Workflow type.

Returns:

  • (String)

    Workflow type.



197
# File 'lib/temporalio/worker/tuner.rb', line 197

Workflow = Data.define(:workflow_type, :sticky?)