Load data into embedded Form

Hello,

I want to load data into my form. For example if I have a script task where I set execution.setVariable(“test”, 5) I want to fill a field in my form with the value of the variable test.
How can I achieve this?