# File lib/dragonfly/job.rb, line 157
    def initialize(app, temp_object=nil)
      @app = app
      self.extend app.analyser.analysis_methods
      self.extend app.job_definitions
      @steps = []
      @next_step_index = 0
      @temp_object = temp_object
    end