Hi guys,<br><br>I am playing with the OrderExample in drools-examples and was wondering how I get access in my rules to the parameters that are sent to startProcess? e.g.<br><br> Map<String, Object> parameters = new HashMap<String, Object>();<br>
parameters.put("order", order);<br> parameters.put("orderId", order.getOrderId());<br> parameters.put("email", emailTextField.getText());<br> ProcessInstance processInstance = ksession.startProcess("org.drools.examples.process.ruleset.RuleSetExample", parameters);<br>
<br clear="all">I have access to the ProcessInstance but there doesn't seem to be any clear path to the parameters.<br><br>thanks<br>Steve<br><br>