# File lib/ruote/part/storage_participant.rb, line 113
    def fetch (fei)

      hfei = Ruote::FlowExpressionId.extract_h(fei)

      @context.storage.get('workitems', to_id(hfei))
    end