Class: CommandTower::Messaging::HandoffJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/command_tower/messaging/handoff_job.rb

Instance Method Summary collapse

Methods inherited from ApplicationJob

#execute_workflow

Instance Method Details

#perform(communication_id) ⇒ Object



8
9
10
11
12
# File 'app/jobs/command_tower/messaging/handoff_job.rb', line 8

def perform(communication_id)
  CommandTower::Workflows::Messaging::Handoff::ProcessWorkflow.call_from_job(
    communication_id:,
  )
end