Avatar

Level 2

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 form variable. I am using Task Manager endpoint and I got this error: "Processes using Task Manager endpoint are not allowed to start without an input form."

I am wondering if there is another way to accomplish these sequence.

Thanks in advance,

MC