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() ) |
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:
|
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