# File lib/ruote/util/process_observer.rb, line 103
    def initialize(context, options={})
      @filtered_actions = options.delete(:filtered_actions)
      @filtered_actions ||= []
      @filtered_actions |=  %w[dispatched participant_registered variable_set]

      @context = context
      @options = options
    end