# File lib/ruote/id/wfid_generator.rb, line 30
    def initialize (context)

      @context = context

      @last =
        @context.storage.get('variables', 'last_wfid') ||
        { 'type' => 'variables', '_id' => 'last_wfid', 'raw' => Time.now.utc.to_f }
    end