On Thu, Apr 23, 2009 at 5:12 PM, pranav <[email protected]> wrote: > > I am defining a process definition (using sequence, iterator etc) > which contains two users - admin, bob. > I want to present active_scaffold screens( CRUD UI ) to these users so > that they could modify respective database tables. > How can I call active_scaffold functionality from a participant in my > process definition? > Please help.
Hi, this has nothing to do directly with the process definition or a participant. I suggest you read carefully the active_scaffold documentation : http://activescaffold.com/tutorials/ Ruote-web2 for example has a workitem controller (http://github.com/jmettraux/ruote-web2/blob/master/app/controllers/workitems_controller.rb), you could take inspiration from it and :active_scaffold it. Hint the model used is at : http://github.com/jmettraux/ruote/blob/master/lib/openwfe/extras/participants/ar_participants.rb Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
