|
From: Alkero <nu...@jb...> - 2005-08-31 08:03:54
|
New feature suggestion : What about adding an attribute to the process-definition node for specifying if a process definition is public (default) or private ? A public definition is a process definition that can be launch by a user, and a private definition will be a system process or a sub-process (and should not be visible by the users in a generic web application for example). This way it will be possible to implement a function for retrieving only the process definition accessible by the users. | jbpmSession.getGraphSession().findAllPublicProcessDefinitions(); | Regards, David View the original post : http://locahost:8080/index.html?module=bb&op=viewtopic&p=3892375#3892375 Reply to the post : http://locahost:8080/index.html?module=bb&op=posting&mode=reply&p=3892375 |