09-27-2011 06:04 AM
Map<String, Object> variableMap = new HashMap<String, Object>();
variableMap.put("issuerIdList", new ArrayList<String>());
variableMap.put("dateFormat", new java.text.SimpleDateFormat());
// Start a process instance
String procId = runtimeService.startProcessInstanceByKey("ArchiveAndPurge", variableMap).getId();Incompatible type set on field declaration 'issuerIdList' for class net.atos.wlp.cardholderaccount.batches.archiveandpurge.InitializeBatch. Declared value has type org.activiti.engine.impl.el.JuelExpression, while expecting java.util.List
09-27-2011 07:25 AM
09-27-2011 08:55 AM
09-27-2011 10:01 AM
org.activiti.engine.impl.el.ExpressionTags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.