if (Object.prototype.hasOwnProperty.call(meta, 'flow')) {
      flow.handle({ dispatch, getState }, action.type, payload, meta.flow)
    }