Class: ActiveJob::Temporal::JobPayloadChildWorkflows::ChildWorkflowRoutingJob
- Inherits:
-
Struct
- Object
- Struct
- ActiveJob::Temporal::JobPayloadChildWorkflows::ChildWorkflowRoutingJob
- Defined in:
- lib/activejob/temporal/job_payload_child_workflows.rb
Instance Attribute Summary collapse
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
Instance Attribute Details
#priority ⇒ Object
Returns the value of attribute priority
13 14 15 |
# File 'lib/activejob/temporal/job_payload_child_workflows.rb', line 13 def priority @priority end |
#queue_name ⇒ Object
Returns the value of attribute queue_name
13 14 15 |
# File 'lib/activejob/temporal/job_payload_child_workflows.rb', line 13 def queue_name @queue_name end |