|
From: Daniele <d.t...@ic...> - 2002-12-09 14:28:31
|
On Monday 09 December 2002 13:03, Tommaso Cucinotta wrote: > Hi all, > > I'm just new to the OpenFlow world. I need some help > in understanding some basic features of OpenFlow: > > -) what are (if any) the relationships among pushable and > pullable activities managed from the "Roles" panel, and > Zope users, roles and objects' ownership ? If an activity is pushable by a role it means that users having the role are allowed to assign work pending on the activity to other users. If an activity is pullable by a role it means that users having the role can start the activity application to take care of work pending on the activity. > -) what are the needed steps to change roles that are > allowed to (and must) perform an activity, from the > Python language ? You can use the two functions in openflow.py: editActivitiesPushableOnRole(role, process, activities=[], REQUEST=[]) editActivitiesPullableOnRole(role, process, activities=[], REQUEST=[]) Write again should you need more help, Daniele =) |