Hi Asier! Asier wrote:
> I've looking a bit over ruote-kit and see that participants must be > added to the RuoteKit.configure block in the config.ru file, so I can't > add dynamically participants. > > I'm planning to "externalize" processes to a workflow engine, but being > able to add participants as needed without the need to restart the > engine or manually edit config files. Is this planned for ruote-kit? > There's some workaround? You don't have to use the participant registration method of RuoteKit at all. If you like to register participants dynamically, call the engine's registration method for yourself and don't use rk's convenience wrapper (the call should be something like RuoteKit.engine.register_participant participant_name, participant_class_or_instance, additional_args ). RuoteKit is just a wrapper to Ruote, it's perfectly well to use Ruote's methods directly. RuoteKit's power lies then therein that it provides you with a singleton method to access the engine (via RuoteKit.engine). I hope that made some things clearer, any further questions are appreciated, Torsten -- 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 To unsubscribe, reply using "remove me" as the subject.
