How to access input variables in a javascript script in the modeler

I was passing some variables in the java API to start the process instance, input variables is a hashmap<String, String>
runtimeService.startProcessInstanceByKey(key,inputVariables)

How do I access these variables inside a javascript script in the modeler ?

Hello @drogba ,

you can just use them as variables with the names you gave them as key in your map.

Hope this helps

Jonathan