class Ruote::Synchronize::UndefinedKey

Raised when the synchronize participant is used without a key @example Will raise UndefinedKey during process execution

pdef = Ruote.process_definition do
  synchronize
  synchronize :key => nil
  synchronize :key => ''
end