Hi Kumar, for the sake of documentation, now that I have more time, some more detailed answers :
On 8/25/07, OpenWFEFan <[EMAIL PROTECTED]> wrote: > > The questions that I have are: > > 1. Where should I put the workflow-definition, participant-map, passwd > file etc for the ruby version? Workflow definitions are stored as files under public/process_definitions The participant map is now a participant registration activity, it's done in config/openwferu_engine.rb, it will certainly be moved to its own config/openwferu_participants.rb. There will be no XML participant map for this OpenWFEru on Rails application. The former passwd file is now a "users" table. There is also a "launch_permissions" table. Something like "store_permissions" and "roles" should appear soon. This roles table will map users to roles, while each user, will automatically belong to an 'implicit' user_username group, but this can change. > 2. How do I load them (all the examples prefer to do it inline) In the launch controller, you'll see something like : @openwferu_engine.launch(url) > 3. Do the authentication etc. work the same way or do they need to be > defined differently? As said, it's authentication "à la Rails", ldap and openid shouldn't be that hard to plug in. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
