# File lib/dragonfly/job.rb, line 351
    def uid
      step = fetch_step
      step.uid if step
    end