Class: CommandTower::Messaging::HandoffJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- CommandTower::Messaging::HandoffJob
- Defined in:
- app/jobs/command_tower/messaging/handoff_job.rb
Instance Method Summary collapse
Methods inherited from ApplicationJob
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 |