class Dynflow::Executors::Sidekiq::OrchestratorJobs::PlanEvent
handles setting up an event on orchestrator
Public Instance Methods
perform(execution_plan_id, step_id, event, time)
click to toggle source
@param event_envelope [Dispatcher::Event] - request to handle on orchestrator side
usually to start new execution or to pass some event
# File lib/dynflow/executors/sidekiq/orchestrator_jobs.rb, line 30 def perform(execution_plan_id, step_id, event, time) Dynflow.process_world.plan_event(execution_plan_id, step_id, event, time) end