How to pass Form to next User Task

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

How to pass Form to next User Task

Hi, i have a User Task, where a User fills in a form. 

It should then be passed to someone else, who should be able to edit the values of him plus additional ones.

How can I accomplish this? I know how to display values from a previous form. But how can I continue to show the form?

7 Replies
dougjohnson
Active Member II

Re: How to pass Form to next User Task

What version are you using?

derrickrose1992
Member II

Re: How to pass Form to next User Task

The latest, version 1.8

hari
Established Member

Re: How to pass Form to next User Task

You should use the same form that was used in user task 1 as referenced form for user task 2 also. 

derrickrose1992
Member II

Re: How to pass Form to next User Task

See that's the problem. I need a a form with additional values. So for example:

User Task 1 

----------------

Input Fields: 

- Name

- City

- Street

- Category

User Task 2

---------------

Input Fields:

- Name

- Category

- Some other value

I need to do a lot of this, do conditionally make values editable or not.

Or can I accomplish this with process instance variables? How ever I havent found a way to bind a Input Field to a variable.

hari
Established Member

Re: How to pass Form to next User Task

The ID of say your text field in User Task 1 is name, then set the same id in user task 2 also to a text field. Then your text field in user task 2 will show you the info that you have entered in user task 1. 

derrickrose1992
Member II

Re: How to pass Form to next User Task

That somehow doesnt seem to work..

cjose
Senior Member II

Re: How to pass Form to next User Task

please post the problematic app here, so you get better help from the community.