Generated forms fields how to read in next task

I used camunda modeler and created a User task with a few formFields, I am not sure how to read these fields in my next service task, once the User task is completed. How to read the form fields in next task?

ok, looks like the formFields in a task become variables when the task is completed and the values can be retrieved via JavaDelegate.execution.getVariable(“keyId”);

Hi,

Yes you are correct - form fields become process instance variables…

regards

Rob

1 Like