Hi Greg,
On 1/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
In the process of migrating a project that used to use a remote engine, to using an embedded engine, I am wondering if there are an equivalent to the WorkSession api available from Engine ? Some stuff is pretty straightforward (launching, ...), some other things aren't - but I must admit i'm very much of a newbie with openwfe. ... so, right now, I was looking for an equivalent to WorkSession.getLaunchables() .. any tip/idea ? Maybe that's just irrelevant for some reason, but in any case I'd somehow need to know what flows a given user/participant can launch.
Well, the embedded engine is just an engine. The getLaunchables() thing is about mapping worklist users to flows they may launch. As there are no "worklist users" in an engine, there are no "launchables". I guess you're integrating within Magnolia, you could delegate this getLaunchables() to Magnolia by having a list of JCR stored process definitions that are actually readable by the user triggering the job. Would that do it ? Best regards and a happy new year, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE 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/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
