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 ?