I have a referenced form at start event which takes text as input .On Submit button the flow goes to the the user task which has another form .I want the value in start event form to be populated in the text field of the user task form.How to do that?.Vsibilty can be set of the user task form depneding on the value from the start task form value but not sure how to popluate the value .Please let me know
You may just use the same form property id and it will automatically show up in the user task form or if you are using a different form property id then in the user form, use this in the expression ${myProcVar} assuming myProcVar is the form property id which you are using in the start form.