One form assigned ti multiple users

cancel
Showing results for 
Search instead for 
Did you mean: 
samza
Member II

One form assigned ti multiple users

Hello, I have a user task that contains a form. Is there any way that multiple users fill in this form together ? ( not the multi-instance option .) I want the next user to be able to  see the  completed fields and complete the form. I thought about creating another user tasks that contains the fields that I need the next user to fill but I could not find a way to display the result of the previous field because they are necessary to the answer of this task. Thank you!

1 Reply
prachi_shah_c2
Active Member II

Re: One form assigned ti multiple users

Hi,

If you want multiple users fill the same form together than you can assign that user task to Group. And on completion of first user task(in end listener) you can set values through delegateTask.setVariable(property), through this you can set values of form fields for next user task for group of users. 

Thanks,

Prachi Shah