On Tue, Nov 25, 2008 at 2:04 AM, John Mettraux <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 24, 2008 at 2:37 PM, Kenneth Kalmer > <[EMAIL PROTECTED]> wrote: >> >> And with that you answered the next question. Was thinking about the >> possibility using route-rest to keep our main application "clean", and >> since we're already connecting to various specialized internal REST >> services it would be a natural fit. > > thanks for the patch, it's in > (http://github.com/jmettraux/ruote-rest/commit/e12a01f4b04eafd09fc045e5a2e5e184eefd9dca)
Pleasure, will keep them coming in the following weeks :) I'm no longer an outsider it seems, but I'll keep the thread running as a resource for others in the future, so on to the next set of questions (with some background to my current progress). ruote-rest is working great, and I'm currently writing a thin HTTParty wrapper to launch processes and manipulate work items. All participants at this stage of the match is still the default ActiveParticipant setup by ruote-rest. I'll get to the XMPP participant at the office. Now since we're catering for a large number of users, couple hundred direct and several thousand indirect, and most of them would somehow be affected by the workflows, I'm wondering how to best use participants and search for work items. Currently I'm toying with having participants that match the roles in our system, but loading all the work items and filtering based on a specific attribute seems overkill. A thought that krept into my head over breakfast was pass our process definitions through ERB and dynamically build the participant names each time we launch a process. Is this sane? Or is there a better way to let ruote-rest/ruote search for work items matching a specific participant AND attributes. I've found the RDOC's and will continue checking out the OpenWFE::Extras::WorkItem code at the office. Best -- Kenneth Kalmer [EMAIL PROTECTED] http://opensourcery.co.za --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
