# File lib/ruote/exp/fe_cancel_process.rb, line 67
    def apply

      @context.storage.put_msg(
        'cancel_process',
        'wfid' => h.fei['wfid'],
        'flavour' => name == 'kill_process' ? 'kill' : nil)
    end