class SimplerWorkflow::Workflow::WorkflowExecutionStartedHandler

Public Instance Methods

call(decision_task, event) click to toggle source
# File lib/simpler_workflow/workflow.rb, line 238
def call(decision_task, event)
  decision_task.schedule_activity_task initial_activity_type, input: event.attributes.input
end