# File lib/ruote/dashboard.rb, line 381
    def re_apply(fei, opts={})

      @context.storage.put_msg(
        'cancel',
        'fei' => FlowExpressionId.extract_h(fei),
        're_apply' => Ruote.keys_to_s(opts))
    end