# File lib/ruote/dboard/process_status.rb, line 318
    def workitems

      @expressions.select { |fexp|
        #fexp.is_a?(Ruote::Exp::ParticipantExpression)
        fexp.h.name == 'participant'
      }.collect { |fexp|
        Ruote::Workitem.new(fexp.h.applied_workitem)
      }
    end