# File lib/ruote/dashboard.rb, line 425
    def respark(wfid, opts={})

      @context.storage.put_msg(
        'respark',
        'wfid' => wfid,
        'respark' => Ruote.keys_to_s(opts))
    end