Admin role on enduser menu

hi,Has any one used admin roles for end users , to restrict some workflows to be run only by few people.Thanks,pandu
[144 byte] By [pandu345] at [2007-11-26 10:48:44]
# 1
So far as I know, even people with Admin roles can login to end user menu. So, how does that prevent anyone from launching a workflow?
Indranil_Chakraborty at 2007-7-7 3:01:13 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
If you find out how to restrict end user tasks based on roles, would love to know how. I tried without success and we finally put checks within the workflow for user rights.
chits98 at 2007-7-7 3:01:13 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

hi Here is the sample code for providing links in enduser menu based on the user admin roles

<Field>

<Display class='Link'>

<Property name='name' value='XXXXXX'/>

<Property name='URL' value='YYYYY'/>

</Display>

<Disable>

<not>

<contains>

<ref>waveset.adminRoles</ref>

<s>zzzzzz</s>

</contains>

</not>

</Disable>

</Field>

CHEERS,

Potash

potash at 2007-7-7 3:01:13 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
Hiding the link is not really sufficient. The user shouldn't be able to execute the workflow by directly entering the URL in the browser either.
chits98 at 2007-7-7 3:01:13 > top of Java-index,Web & Directory Servers,Directory Servers...