This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VAF doesn't have admin right on WF if normal user change state

Hi all,
How to change state from VAF if target state doesn't have a transition from current state.
As we do it in VAF, it's obviously an Admin change.
Why do we have an "Access is denied" if we test it with a "normal user" and how can we avoid it ?
Execution of code must be always executed with upper right, or we cannot put some plus value with code..
Same question with class (changing class and associated workflow in 1 single API call)
Thanks in advance
Fabien

Parents
  • If you don't want to alter your workflow specifically then you could use a task processor to, after the object is saved, move it to the correct workflow and state.  It'd not be immediate, and there are some other potential concerns, but it'd leave your workflow devoid of transient workflow states.

Reply
  • If you don't want to alter your workflow specifically then you could use a task processor to, after the object is saved, move it to the correct workflow and state.  It'd not be immediate, and there are some other potential concerns, but it'd leave your workflow devoid of transient workflow states.

Children
No Data