i have a workflow job to accomplish right now, starting with asking the
user to fill a form, then the process finds the supervisor of the user
and ending with delivering the form to him/her, sounds easy- really
is.but the problem is that i want to start with FindUser, then user
information is going to be written on the form, such as id, name and
lastname. And then, on the third step, the form can be screened by the
user.In order to accomplish those, the process isn't supposed to have an
input fo...