On Tue, Jul 31, 2012 at 07:49:08PM -0700, Chad wrote:
>
> Any there a way to find out if the job is in the queue?

Well, like you did, by looking at the "msgs" documents. Something like:

  queued = ruote.storage.get_many('msgs', nil).find { |m| m['wfid'] == wfid }

Unfortunately, this doesn't work with all the storage implementations.


Best regards,

--
John Mettraux - http://lambda.io/jmettraux

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to