I have an IUSER Object and IProcessStart, how can i test, if user is able to start this process start ? (i have no session of user, so i can't test it like ivy.session.getStartableProcessStarts() ) asked 10.06.2014 at 14:37 Karel Tauser |
A IProcessStart may be up casted to a IStartElement. The IStartElement has a getActivator() method where the Role or User that is allowed to start the process is returned. Use the following code to check if a user can start the process:
answered 10.06.2014 at 15:22 Reto Weiss ♦♦ that's what I need, thx ;-)
(10.06.2014 at 15:38)
Karel Tauser
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 10.06.2014 at 14:37
Seen: 2,219 times
Last updated: 10.06.2014 at 15:38