-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The user guide makes references to a method for storing 'typed' process variables
runtimeService.setVariableTyped(processInstance.getId(), "customer", typedCustomerValue);
This method does not seem to exist.
Should be replaced by
runtimeService.setVariable(processInstance.getId(), "customer", typedCustomerValue);