Class: EdiDiscontinueFlowWorker
- Inherits:
-
Object
- Object
- EdiDiscontinueFlowWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/edi_discontinue_flow_worker.rb
Instance Method Summary collapse
Instance Method Details
#perform(options = {}) ⇒ Object
6 7 8 9 10 |
# File 'app/workers/edi_discontinue_flow_worker.rb', line 6 def perform( = {}) orchestrator_name = ['orchestrator_name'].presence partner = ['partner'].presence Edi::BaseOrchestrator.execute_flow(:execute_discontinue_flow, orchestrator_name: orchestrator_name, partner: partner) end |