Hi,
I have a process in which the Requester fills out a form with information. Several actions later, it will go to Person Z for approval. What is the best way to design the workflow such that Person Z can view the Request form and all of its information prior to their approval action? In other words, I want Person Z to be able to view the Request form as soon as it is submitted, but without having to take any action.
My initial idea on how to approach this is to create an additional transition from the initial request action to another EFORMASPX action assigned to Person Z, where the Request section of the form is set to “Read-only.” But, won’t there still be a Submit button present for Person Z? This person should only be able to view the information at this point. An additional problem is that there would be no follow-up action, so the workflow would not be valid.
Any help would be greatly appreciated. Thanks!
Edit: I believe making “Person Z” a process supervisor is the simplest solution, though I wasn’t planning on giving that user the other privileges that come along with that role. Any suggestions?