Class: ActiveJob::Temporal::JobPayloadChildWorkflows::ChildWorkflowRoutingJob

Inherits:
Struct
  • Object
show all
Defined in:
lib/activejob/temporal/job_payload_child_workflows.rb

Instance Attribute Summary collapse

Instance Attribute Details

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



13
14
15
# File 'lib/activejob/temporal/job_payload_child_workflows.rb', line 13

def priority
  @priority
end

#queue_nameObject

Returns the value of attribute queue_name

Returns:

  • (Object)

    the current value of queue_name



13
14
15
# File 'lib/activejob/temporal/job_payload_child_workflows.rb', line 13

def queue_name
  @queue_name
end